Skip to content

itstor/IndonesiaCities-GeoJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Indonesia Cities GeoJSON

This repository contains the GeoJSON files of Indonesia cities. The data is taken from DataHub. It only contains the Point data and the name of the cities.

Data Format

{
  "type": "Feature",
  "properties": {
    "name": "Jakarta"
  },
  "geometry": {
    "type": "Point",
    "coordinates": [106.8275, -6.175]
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages