leaflet kml

38 views
Skip to first unread message

ssfarba

unread,
Mar 31, 2015, 7:08:56 AM3/31/15
to leafl...@googlegroups.com
Hello. Sorry for the English. Enjoyed translator :)

Please help me with a problem.
1. To put a label, use the following code:

L.marker([53.114728, 25.969751]).addTo(map);
 
53.114728 - Latitude
25.969751- Longitude

To supply a large number of tags using kml-file:
<Point>
<coordinates>53.114728, 25.969751</coordinates>
</Point>

The problem is that using data from kml-file marks occur in other parts of the world. Leaflet understands coordinates the contrary:
53.114728 - Longitude
25.969751- Latitude
How to make the leaflet to understand the coordinates in reverse order? Thank U

Reply all
Reply to author
Forward
0 new messages