Changeset 33334 in osm for applications/viewer
- Timestamp:
- 2017-05-25T19:05:37+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java
r33320 r33334 77 77 private static final String PATTERN = "https://%s.tile.thunderforest.com/transport"; 78 78 79 private static final String[] SERVER = { "a", "b", "c"};79 private static final String[] SERVER = {"a", "b", "c"}; 80 80 81 81 private int serverNum;
Note:
See TracChangeset
for help on using the changeset viewer.