agroimpacts / webmapper

This repository is for visualizing our research group's map products.
0 stars 0 forks source link

Web map #2

Open ldemaz opened 1 month ago

ldemaz commented 1 month ago

Let's get the new webmap hosted and running ASAP with datasets for following countries

Immediate:

Near-term:

SitianXiong commented 1 week ago

Tested the main branch locally and found that the display, zooming, and checkboxes work properly. I pushed a dev_sitian branch that is mostly identical to the main branch, except I added the Zambia pmtiles URL. The only adjustment needed for my test for correctly loading Zambia pmtiles is to start the http-server using http-server . -p 8086 --cors='http://127.0.0.1:8086', as opposed to just http-server . --cors -p 8086 in running Grace's index.html.

Rahebe22 commented 1 week ago

Thanks @SitianXiong, but the Zambia PMtiles will only be shown on your machine this way.

SitianXiong commented 1 week ago

Thanks @SitianXiong, but the Zambia PMtiles will only be shown on your machine this way.

Sure. Yes. What did we decide about the PMTiles? Are we putting them all in a data hosting service? I saw that for Congo, we used https://raw.githack.com/. Should we use the same for all PMTiles?