/GeoJsonMerge

merge child areas to main area. eg. merge china cities geo json data to china province geo data.

Primary LanguageGoMIT LicenseMIT

GeoJsonMerge

merge child areas to main area. eg. merge china cities geo json data to china province geo data.

Start

go run main.go // by default main json file is **.json
go run main.go -mainJson="**.json" //  specify the main merge file is **.json 

excel program will merge all geo dir sub json file to main json file. then generate a merge.json file for result.

DATA

All the data is in geo dir. you can specify one json file to main json file and others by default to sub json file.

merge.json generated by default is the china geo json data include province geo information and cities geo information.

TOOLS

  • All the data is from datav. you can get other region geo data from this website.
  • Also you can find awesome geo json tools in awesome-geojson