Skip to content

Commit

Permalink
Merge pull request #37 from waterthetrees/camille-le/feature/hongkong
Browse files Browse the repository at this point in the history
Add data source for Hong Kong
  • Loading branch information
zoobot committed Aug 16, 2022
2 parents c15b0be + c214156 commit 06e423f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions sources/hong-kong-sar.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
export default [
{
country: "Hong Kong Special Administrative Region of the People's Republic of China",
city: "Hong Kong",
short: "Hong Kong",
long: "Hong Kong",
id: "hong_kong",
id_city_name: "hong_kong",
primary: "hong_kong",
center: null,
latitude: null,
longitude: null,
info: "https://hub.arcgis.com/datasets/esrihk::old-and-valuable-trees-and-stonewall-trees-in-hong-kong/about",
srs: null,
brokenDownload: false,
download:
"https://opendata.arcgis.com/api/v3/datasets/1eb1ece1b6264d5abf85feb067e33508_0/downloads/data?format=geojson&spatialRefId=4326&where=1%3D1",
format: "geojson",
filename: "Old_and_Valuable_Trees_and_Stonewall_Trees_in_Hong_Kong.geojson",
gdal_options: null,
license: null,
email: null,
contact: null,
crosswalk: {
species: "Species",
notes: "Mitigation Measure",
health: "Condition",
location: "Location",
updated: "Last Inspection Date",
},
},
];

0 comments on commit 06e423f

Please sign in to comment.