https://github.com/geomoose/gm3
GeoMoose 3 Development. Please submit pull requests to the 'main' branch.
https://github.com/geomoose/gm3
geomoose ogc ogc-services osgeo web-mapping wfs wms
Last synced: 4 months ago
JSON representation
GeoMoose 3 Development. Please submit pull requests to the 'main' branch.
- Host: GitHub
- URL: https://github.com/geomoose/gm3
- Owner: geomoose
- License: mit
- Created: 2016-04-12T18:07:45.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2026-02-15T15:26:17.000Z (4 months ago)
- Last Synced: 2026-02-15T21:21:37.400Z (4 months ago)
- Topics: geomoose, ogc, ogc-services, osgeo, web-mapping, wfs, wms
- Language: JavaScript
- Homepage: https://www.geomoose.org
- Size: 12.6 MB
- Stars: 62
- Watchers: 15
- Forks: 63
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# GeoMoose 3
[](https://doi.org/10.5281/zenodo.7976084)

This is the main repository for the new GeoMoose3 library/application. To learn more about GeoMoose [visit the homepage.](http://www.geomoose.org)
## Communication
- [GitHub Discussions](https://github.com/orgs/geomoose/discussions)
- [GeoMoose Mailing List](https://lists.osgeo.org/pipermail/geomoose-users/)
- [OSGeo Matrix](https://matrix.to/#/#geomoose:osgeo.org)
## Documentation
GeoMoose 3 Documentation found in the `./docs` directory of this repository and is also available online at https://docs.geomoose.org/3.x/
## Quickstarts
[Click here for the Quickstart Guide](https://docs.geomoose.org/3.x/quickstarts/index.html)
## Building
```
npm install
npm run build
```
## Running Tests
```
npm test
```
*Tests will skip the map unless canvas is installed. To perform a more complete test ensure node-canvas 1.x is installed*
```
npm install canvas@~1.0.0
```
## License
GeoMoose3 uses an MIT-style licence. You can read the contents of it [here](./LICENSE)
## OSGeo
GeoMoose is an OSGeo Project. To learn more about OSGeo and what that means, click the logo below.
[](http://www.osgeo.org/)