Skip to content

bruceallday/geo-json-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

GEO-JSON-world 🌍

An open GEO-JSON object with vector maps for every country.

const getData = async () => {
  const result = await fetch(
    "https://raw.githubusercontent.com/bruceallday/geo-json-world/master/custom.geo.json"
  )
  const data = await result.json()
  return data
}
const data = getData()
console.log({data})

About

geojson object with vector maps by country

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published