Suliman
Suliman
Hi, I have a large geojson file (500 MB) that i try to load in mapboxgl for performance reasons I needed to convert into vector tiles. The issue is that...
Hi there, I am trying to build a tileserver that reads geojson and serve tiles I started by reading the json file: ```go geojsonData, err := ioutil.ReadFile("./data/large_data.geojson") ``` then I...
Hi, I created new libvirt network using this file: ```xml new-network ``` and I added it to virt-lightning file: ```yaml - name: tmp distro: centos-8 networks: - network: new-network ipv4:...
Hello, is there a plan for supporting Initial place map url rather than clicking on reviews button. the idea is i want to automate the whole extraction operation without human...
Hi, I am trying to convert geojson to tile on the fly using python. I use there options when calling GeoJsonVt ```python mvt_rep = GeoJsonVt(addresses, { "maxZoom": 14, # max...