Tagged Questions
2
votes
1answer
187 views
UTM Grid as a Layer with Leaflet
How can I display a UTM Grid as a layer with Leaflet?
Search a way to embed a OpenStreetMap map with Leaflet in a website.
Particularity. I want to display a UTM Grid as a Layer.
In addition, lower ...
0
votes
0answers
64 views
How do I determine programmatically what values to add to the proj4js constructor for a CRS or SRS such that I can iteratively render proper overlays
I think this is primarily a GIS based question as far as for example:
var crs = L.CRS.proj4js('EPSG:2154',
'+proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 ...
