Files
notifications-admin/app/broadcast_areas/source_files/README.md
2020-09-24 13:19:27 +01:00

18 lines
635 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Adding or updating source files
If the files are in GeoJSON format you can drop them straight in.
If you have a Shapefile, for example from the [ONS Open Geography Portal](https://geoportal.statistics.gov.uk/), you need to convert it:
- download the .zip from the portal
- extract it, giving you a folder with a few files in
- go to https://mapshaper.org
- drag all the files in the folder into mapshaper
- click import
- you should see a rendering of the shapes
- click console (top right)
- run this command: `mapshaper -proj wgs84`
- click export (top right)
- choose GeoJSON
- click the button
- done