Search in sources :

Example 1 with BasemapProcessor

use of net.osmand.data.preparation.BasemapProcessor in project OsmAnd-tools by osmandapp.

the class CoastlinesLayer method initLayer.

@Override
public void initLayer(MapPanel map) {
    this.map = map;
    basemapProcessor = new BasemapProcessor(null, MapZooms.getDefault(), new MapRenderingTypesEncoder("basemap"), 0);
    fillPopupMenuWithActions(map.getPopupMenu());
}
Also used : MapRenderingTypesEncoder(net.osmand.osm.MapRenderingTypesEncoder) BasemapProcessor(net.osmand.data.preparation.BasemapProcessor)

Aggregations

BasemapProcessor (net.osmand.data.preparation.BasemapProcessor)1 MapRenderingTypesEncoder (net.osmand.osm.MapRenderingTypesEncoder)1