Leaflet non-geographic map with a TileLayer
I’m working on using leaflet to render a large rectangular game map, so using a TileLayer is the only reasonable option. Unfortunately I’m having a devil of a time getting the 3 different coordinate systems (game, image, and leaflet) aligned in a reasonable way. There’s… something about this all that I’m not understanding despite having read many, many SO posts and various other sources of information about CRS.Simple
, L.TileLayer
, L.transformation
, and etc.
Map doesn’t load after fetching current location. How can I fix?
I am building a dashboard for a potential package tracking application. I am using Leaflet and OpenStreetMap for now.