commenthol / leaflet-rastercoords

Leaflet plugin for plain image map projection to display large images using tiles generated with gdal2tiles-leaflet
https://commenthol.github.io/leaflet-rastercoords
MIT License
122 stars 23 forks source link

React-Leaflet v4 Support? #13

Open masonjwhite opened 2 years ago

masonjwhite commented 2 years ago

Hey there, does this plugin work with React-leaflet (specifically the latest version)?

I've been spinning my wheels trying to figure out how to get this to work.

Any ideas?

Thanks for your time!

masonjwhite commented 2 years ago

@atipezda I noticed in the other issue you were using this plugin with React-Leaflet. Are you using React-Leaflet v4 for this? If so, any examples I could use as a base?

vanakenm commented 1 year ago

Hi @masonjwhite - did you manage to make it work? If so I'm quite interested.

masonjwhite commented 1 year ago

Hi @masonjwhite - did you manage to make it work? If so I'm quite interested.

No dice unfortunately. Ended up going in a different direction. I’ll keep you posted if I pick it back up though.

You mind doing the same?

vanakenm commented 1 year ago

@masonjwhite Trying to. Got something "encouraging" (I wanted to say "working" but that's a big word). Will keep you posted if I manage to make it really work. I need to better understand how the coordinate system works in that case.

atipezda commented 1 year ago

Hi guys, i finally changed to Cesium library

atipezda commented 1 year ago

FYI: @vanakenm @masonjwhite

GrandTheftWalrus commented 3 months ago

I too have been trying to get custom non-geographic tiled maps to work using React-Leaflet and ain't gotten it to work yet (it keeps either requesting tiles that don't exist or just not working at all)

Update: got it to work with rawdogged Javascript (no React)