nbnuk / nbn-project-hub

0 stars 3 forks source link

Making the map component backward compatible with EasyMap #12

Open h-m-jones opened 10 months ago

h-m-jones commented 10 months ago

This is the EasyMap API:

https://easymap.nbnatlas.org/easymap.html

The new map component should be backward compatible.

According to the API, the parameters used for retrieving the data are simply: tvk ds

Those parameters are understood.

All the other parameters are to do with customising the appearance of the map. Lets first consider these two categories:

  1. Changing the appearance of the map
  2. Zooming in on the map

Question: can the leaflet map support the parameters under those two categories?