Hi,
Is it possible to add a custom ArcGIS map’s base layer to Grafana Geomap?
yes it is doable. do you have a geojson file or is your data coming from an api?
I have an ArcGIS app with a layer from a KMZ file, but I can’t use my app’s URL. How did you do it? Did you use GeoJSON?
It works perfectly, thanks!.
Do you know how to create a layer filter? For example, how to set up a selective display for the layers I want to show?
yosiasz
October 19, 2023, 12:04am
6
you mean to turn on an off layers? not sure if you can do that. but one thing you can do is turn on and off geometries using this other plugin
Hi Yosiasz,
this looks exactly like what I’m planning to do, too.
Unfortunately, I don’t really understand the Orchestra City Map-Panel… How can I implement my own geojson there? It looks like, I have to import it to my database (in my case MySQL) and then get it from there with a query. There is no way to put a geojson-URL, right?
Please search this forum, that question has been answered quiet a few times
I’m trying to add a custom geojson file to geomap. I don’t see a way to select my own file from the options so I located the dropdown options in the geojsonLayer.ts file and added my own value there. The new file is located in the same /public directory as the other .geojson map files. However, this does not result in the expected behavior of that value being available. I’ve restarted the Grafana server thinking that might result in the uptake of the new TS file but no joy there.
What is the pr…