Package it.tidalwave.mapviewer
Class OpenTopoMapTileSource
java.lang.Object
it.tidalwave.mapviewer.spi.TileSourceSupport
it.tidalwave.mapviewer.OpenStreetMapTileSource
it.tidalwave.mapviewer.OpenTopoMapTileSource
- All Implemented Interfaces:
Projection
,TileSource
The OpenTopoMap source of map tiles.
- Author:
- Fabrizio Giudici
-
Field Summary
Fields inherited from class it.tidalwave.mapviewer.OpenStreetMapTileSource
pattern
-
Constructor Summary
-
Method Summary
Methods inherited from class it.tidalwave.mapviewer.OpenStreetMapTileSource
getTileUri, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface it.tidalwave.mapviewer.Projection
coordinatesToMapPoint, mapPointToCoordinates, metersPerPixel
Methods inherited from interface it.tidalwave.mapviewer.TileSource
getCachePrefix, getDefaultZoomLevel, getDisplayName, getMaxZoomLevel, getMinZoomLevel, getTileSize
-
Constructor Details
-
OpenTopoMapTileSource
public OpenTopoMapTileSource()Creates a new instance.
-