return lonLat;
}
public Point createPoint(double x, double y) {
Point point = new Point(x, y);
point.transform(new Projection("EPSG:4326"), new Projection(map.getProjection()));
return point;
}
private void initMapLayers(Map map) {
map.addLayer(OSM.Mapnik("OpenStreetMap"));