maptemplates icon indicating copy to clipboard operation
maptemplates copied to clipboard

ONS Map templates

Results 16 maptemplates issues
Sort by recently updated
recently updated
newest added

```js turf.extent(areas) // [-8.607227544131755,49.91001820137803,1.7629159475701766,60.84535348677859] d3.geoBounds(areas) // [[-8.607227544131755,49.91001820137803],[1.7629159475701766,60.84535348677859]] ``` It looks like we could avoid the 546 kB Turf JavaScript file by using `d3.geoBounds`.

In the Simple Map template (and possibly others?), the colours in the legend don't exactly match the map colours. ![image](https://user-images.githubusercontent.com/79704945/149325272-f5a60e08-6e67-48f7-a0d0-b9a68f8e5a35.png) One way to fix this would be to add a...

Change over time is paused and variable changed using the top button, currValue updates but currPoint doesn't

bug

When using Jenks breaks, the legend will round to say the nearest integer while the hover value will be to one decimal. You might have the situation where the highest...

add label for mobile-only drop down

Small but fiddly enough for it not to be worth it for me to sort out now. svg for line chart needs enlarging at the top because numbers appear (too...

When you select an area on the map and click the cross to deselect, the area's value is removed from the key, the area's outline disappears and the map zooms...

bug