Giter Club home page Giter Club logo

world-geo-json-zh's Introduction

world-geo-json-zh

简体中文 Geo JSON 世界地图(zh-Hans, 1:110m)

Install

npm i @simple-ice/world-geo-json-zh

The data

Geometry 数据来自 Natural Earth(1:110m Cultural Vectors, Admin 0 – Countries 5.0.0-pre3, version 4.1.0)

Properties:

{
   "type": "FeatureCollection",
   "features": [
      {
         "type": "Feature",
         "properties": {
            "name": "**",
            "iso_a2": "CN",   // ISO 3166 Alpha-2 code
            "iso_a3": "CHN",  // ISO 3166 Alpha-3 code
            "iso_n3": "156"   // ISO 3166 Numeric code
         },
         "geometry": {
            "type": "MultiPolygon",
            "coordinates": [ ...... ]
         }
      },
      ......
   ]
}

以下国家或地区的 ISO 3166 Country Code 未定义,用 -99 表示

iso_a2 iso_a3 iso_n3 name
-99 -99 -99 北赛普勒斯土耳其共和国
-99 -99 -99 索马里兰
XK -99 -99 科索沃

License

The Unlicense

Contributing

欢迎大家在 Issues 中提交意见建议;geometry 数据来自 Natural Earth,请勿提交修改 geometry 属性的 PR。

world-geo-json-zh's People

Contributors

surbowl avatar simple-ice avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.