@datapool/hebei.geojson
v1.0.1
Published
河北地图数据
Downloads
2
Readme
Hebei.geoJSON
🗄️ 河北地图数据。
Issues
使用的时候遇到任何问题或有好的建议,请点击进入issue,欢迎参与维护!
How to use?
请直接在页面中加入下面这行代码,然后通过HebeiGeoJSON
即可调用:
<script src="https://cdn.jsdelivr.net/npm/@datapool/hebei.geojson@1"></script>
如果你想通过npm方式管理,首先你需要通过命令行安装HebeiGeoJSON
,就像这样:
npm install --save @datapool/hebei.geojson
安装好了以后,在需要的地方引入即可:
import HebeiGeoJSON from '@datapool/hebei.geojson';
或
const HebeiGeoJSON = require("@datapool/hebei.geojson");
开源协议
Copyright (c) 2022 hai2007 走一步,再走一步。