All Projects → linz → basemaps

linz / basemaps

Licence: other
NZ’s authoritative and open digital basemap service for LINZ and the public.

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to basemaps

basemaps
A lightweight package for accessing basemaps from open sources in R 🗺️
Stars: ✭ 39 (-31.58%)
Mutual labels:  basemaps
qgis-maptiler-plugin
QGIS MapTiler Plugin: vector tiles, basemaps, geocoding, OSM, QuickMapServices
Stars: ✭ 73 (+28.07%)
Mutual labels:  basemaps

Basemaps

Build Status License Language grade: JavaScript

A digital basemap provides a consistent background detail necessary to orient location and add to aesthetic appeal. Basemaps can be made up of streets, parcels, boundaries (country, regional, and city boundaries), shaded relief of a digital elevation model, waterways, hydrography, aerial and satellite imagery. Basemaps can be used as desktop, website or mobile phone application components, or as a 3rd party layers within a GIS or desktop mapping application.

Building

This repository requires NodeJs > 12 & Yarn

Use n to manage nodeJs versions

# Download the latest nodejs & yarn
n latest
npm install -g yarn

# Install node deps
yarn

# Build everything into /build
yarn run build

# Run the unit tests
yarn run test

Example clients

See https://basemaps.linz.govt.nz/examples

License

This system is licensed under the MIT License, except where otherwise specified. See the LICENSE file for more details.

Deployment

Deployments of Basemaps are managed with github actions.

To trigger a deployment, make sure your branch is up to date and run the version bump script ./scripts/version.bump.sh This script will create a release: commit and branch, please review the commit then create a pull request from it.

Once the release pull request is merged the CI system will deploy the released version into dev then into production.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].