Skip to content
#

vector

Here are 1,454 public repositories matching this topic...

milvus
leaflet-geoman
Falke-Design
Falke-Design commented Oct 11, 2021

It would be good, if we have a sample with CRS-Simple Map.

The JS-Code would be:

      var map = L.map('map', {
        crs: L.CRS.Simple,
        minZoom: -2,
      });

      var bounds = [
        [0, 0],
        [1000, 1000],
      ];
      var image = L.imageOverlay(
        'https://leafletjs.com/examples/crs-simple/uqm_map_full.png',
        bounds
      ).addTo(map);
geocompr
30-seconds-of-cpp

Improve this page

Add a description, image, and links to the vector topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."

Learn more