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
Constructors -
Method Summary
Methods inherited from class it.tidalwave.mapviewer.OpenStreetMapTileSource
getTileUri, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface it.tidalwave.mapviewer.Projection
coordinatesToMapPoint, mapPointToCoordinates, metersPerPixelMethods inherited from interface it.tidalwave.mapviewer.TileSource
getCachePrefix, getDefaultZoomLevel, getDisplayName, getMaxZoomLevel, getMinZoomLevel, getTileSize
-
Constructor Details
-
OpenTopoMapTileSource
public OpenTopoMapTileSource()Creates a new instance.
-