This chapter will show you the list of our open source projects.
All of libraries are in Github under MIT license(some are under Apache 2.0 license).
plugin | demo | description |
---|---|---|
watergis/mapbox-gl-export | demo | add a simple control that exports a map as PNG or PDF |
watergis/mapbox-gl-legend | demo | add a simple control that can generate a legend from map style. |
watergis/mapbox-gl-elevation | demo | adds elevation control to mapbox-gl. It relys on terrain RGB raster tilesets. |
watergis/mapbox-gl-valhalla | demo | adds a control which can integrate with valhalla api. |
watergis/mapbox-gl-area-switcher | demo | Add a simple control to switch area easier. |
watergis/mapbox-gl-popup | demo | add a simple popup into Mapbox GL JS. |
watergis/mapbox-gl-pitch-toggle-control | demo | add a simple 3D button to change between 3D and 2D. |
watergis/mapboxgljs-boilerplate | demo | This is the template of Mapbox GL JS implementation for Water Services Providers with all of customized plugins. |
watergis/mapbox.photon | demo | This module adds mapbox plugin for Photon geocoder. It’s Apache 2.0 license |
plugin | description |
---|---|
watergis/vt-boilerplate | a template to create vectortiles from PostGIS and deploy it to Github pages. |
watergis/postgis2geojson | a module to extract GeoJSON directly from PostGIS. |
watergis/postgis2mbtiles | a module to extract mbtiles directly from PostGIS. |
watergis/postgis2mbtiles-docker | a Docker implementation for postgis2mbtiles module. |
watergis/mbtiles2pbf | a module to convert from mbtiles to pbf(mvt) vectortiles. |
watergis/postgis2vectortiles | a module to create pbf vectortiles from PostGIS directly. |
watergis/sprite-creator | a module to create sprite files from SVG icons. |
watergis/mvt-generator | This module creates MVT tiles directly from PostGIS |
plugin | description |
---|---|
watergis/geojson2inp | a module create INP file from GeoJSON files. |
watergis/postgis2inp | a module create INP file directly from PostGIS. |
plugin | description |
---|---|
watergis/dem2terrainrgb | a python module to convert DEM to terrain RGB raster tiles. |
watergis/terrain-rgb | a typescript module to extract elevation from terrain RGB tilesets by longitude and latitude. |
plugin | description |
---|---|
watergis/es_tileserv | a simple vector tile server which is served from Elasticsearch. |
watergis/elastic2mvt | a Nodejs module that generate Mapbox vector tiles from Elasticsearch. |