Changeset 5302 in ntrip for trunk/BNC/src/map/map_osm.html


Ignore:
Timestamp:
Jun 29, 2013, 12:26:56 PM (11 years ago)
Author:
weber
Message:

Dot size maximum introduced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/map/map_osm.html

    r5298 r5302  
    2727      function initialize(lat, lon, mapWinSize) {
    2828        dotSize = mapWinSize;
     29        if (dotSize > 10) dotSize = 10;
    2930
    3031        map = new OpenLayers.Map("basicMap",
Note: See TracChangeset for help on using the changeset viewer.