Web-Map-Custom-Element
Web-Map-Custom-Element copied to clipboard
Enable GeoJSON integration via <map-link rel=features type=application/geo+json tref=...>
It should be possible to add a "permanent" layer of GeoJSON to the viewer. Instead of doing that at the
It should be fast, so it probably shouldn't go through the geojson2mapml api, but instead just render the layer. We will need to figure out how to style the rendered content with "CSS". It probably should use the canvas API, and forego conversion to SVG, even, tbd.