Peter Marshall
Peter Marshall
wouldn't be those backticks could it be. check the gql is enclosed in ` not '
Look at the extent an event is raised on the extent change. I think that is triggered by the zoom level as well, if the user changes the zoom level....
This private async void OnMapExtentChanged(Extent extent) { } *Peter Marshall* 07979608139 ***@***.*** On Mon, 6 Feb 2023 at 15:17, Cor ***@***.***> wrote: > *Is your feature request related to a...
My mistake. ignore that email. *Peter Marshall* 07979608139 ***@***.*** On Tue, 7 Feb 2023 at 10:13, Cor ***@***.***> wrote: > OnExtentChanged > > In my .razor I use >
Make sure the api endpoint you are calling is working. That is an html error message comming back from a json endpoint.
I need getBounds too. So I can search an external service using the bounds of the currently displayed map. This feature is missing from all implementations that use leaflet and...
@jczerosb Is there any chance you can share your code. I can help to create the PR into this repo.
The easiest way is to past your changed code here. There are some instrcutions on creating a PR here https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request BUt just paste your code and I will sort it...
@jczerosb Thats an interesting little solution. It does not do what the original leaflet Getbounds does though. The original Getbounds finds the viewport size of the map. So that for...
I have a soluton to this. @jczerosb can you add me as a colaborator on your fork and I will create a PR to your code