You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm João Victor, and I'm trying to use this lib to add geojsons to my map, but I'm not succeeding. In the documentation, there is no specifying how to do it. Could you help me?
The text was updated successfully, but these errors were encountered:
Hi @knapcio, Geojson is a file that we submit to draw something on top of the map.
it is a json file that contains the drawings of states, cities, neighborhoods and so on. And in it we can add data about that region.
Something like that:
here i submit a deojson in keple.gl rendering a draw under the map. The drawing specifies the regions.
I am trying do this with leaflet and using leaflet.PIXI.Overlay but i dont known how do that! The documentation cites "No limitations to polylines, circles or geoJSON. Draw whatever you want with Pixi.js" but i didnt find a way for that!
I believe that your implementation only allows you to implement the markers, but it would be nice to implement adding geojsons to make choropleth maps!
Hello, I'm João Victor, and I'm trying to use this lib to add geojsons to my map, but I'm not succeeding. In the documentation, there is no specifying how to do it. Could you help me?
The text was updated successfully, but these errors were encountered: