Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ol3echarts | 282 | 1 | 22 | 6 months ago | 11 | September 26, 2022 | 11 | other | TypeScript | |
:earth_asia: :bar_chart: ol3Echarts | a openlayers extension to echarts | ||||||||||
Wq | 232 | 2 | a month ago | 11 | April 05, 2022 | 5 | mit | Python | ||
📱🌐📋 wq: a modular framework supporting web / native apps for mobile surveys and geospatial data collection. Powered by Django REST Framework, Redux, React, and Material UI. | ||||||||||
Reearth | 177 | a day ago | 128 | apache-2.0 | Go | |||||
A free, open and highly extensible WebGIS platform | ||||||||||
Osm Export Tool | 125 | 7 days ago | 44 | bsd-3-clause | JavaScript | |||||
Web service to download customised OSM data in various file formats | ||||||||||
Tutorials | 122 | a month ago | 3 | apache-2.0 | Jupyter Notebook | |||||
:blue_book: 🌍 A broad collection of GIS related tutorials | ||||||||||
Rlayers | 104 | 2 days ago | 30 | August 19, 2022 | 11 | isc | TypeScript | |||
React Component Library for OpenLayers | ||||||||||
Valhalla App | 79 | a day ago | 36 | mit | JavaScript | |||||
This is the demo web app running on https://valhalla.openstreetmap.de | ||||||||||
Sentinelplayground | 65 | 9 months ago | 26 | mit | JavaScript | |||||
Simple application for using Sentinel-2 WMS service | ||||||||||
Mapguide React Layout | 57 | 5 days ago | 101 | March 03, 2022 | 40 | mit | TypeScript | |||
An openlayers-based modern map viewer for MapGuide | ||||||||||
React Qmap | 55 | 28 | 4 | 3 years ago | 14 | June 17, 2020 | 9 | mit | JavaScript | |
:bulb:react腾讯地图开源组件 |
Click the Use this template
button to create a new repository from atlas
or
Checkout repository and install dependencies
git clone https://github.com/agrc/atlas.git
cd atlas
Duplicate the .env
file and rename it as .env.local
and update the properties with your data
Download all the dependencies
npm install
Execute npm start
to start a web server and view the website
Open src/App.jsx
to view the development version of the app.
Build an awesome app.
Run npm test
to run the unit tests
Run npm run cypress:run
to run the functional tests
Run npm run format
to format the code
Run npm run lint
to lint the code
Execute npm run build
to create an optimized production build
The files will be placed in /dist
Execute npm run preview
to view the website
One-time tasks:
index.html
This website is tested and deployed with GitHub Actions.