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());
}
Aggregations