All Projects → rurseekatze → Node Tileserver

rurseekatze / Node Tileserver

A lightweight tileserver based on NodeJS for serving bitmap and vector tiles.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Tileserver

Vector Datasource
Tilezen vector tile service - OpenStreetMap data in several formats
Stars: ✭ 427 (+188.51%)
Mutual labels:  vector-tiles, openstreetmap
Filemap.xyz
upload files to a geographic point. never memorize a link again.
Stars: ✭ 29 (-80.41%)
Mutual labels:  openstreetmap, leaflet
Leaflet.vectorgrid
Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0
Stars: ✭ 436 (+194.59%)
Mutual labels:  vector-tiles, leaflet
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (-8.78%)
Mutual labels:  vector-tiles, openstreetmap
Openmaptiles
OpenMapTiles Vector Tile Schema Implementation
Stars: ✭ 1,175 (+693.92%)
Mutual labels:  vector-tiles, openstreetmap
Vectiler
A vector tile, terrain and city 3d model builder and exporter
Stars: ✭ 394 (+166.22%)
Mutual labels:  vector-tiles, openstreetmap
Mapscii
🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
Stars: ✭ 5,886 (+3877.03%)
Mutual labels:  vector-tiles, openstreetmap
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+1715.54%)
Mutual labels:  openstreetmap, leaflet
Makina Maps
Full Stack to Build, Serve and Update your own Vector and Raster Tiles from OpenStreetMap Data.
Stars: ✭ 52 (-64.86%)
Mutual labels:  vector-tiles, openstreetmap
Openstreetmap Cartographic
A port of OpenStreetMap Carto to Mapbox GL for client-side rendering
Stars: ✭ 50 (-66.22%)
Mutual labels:  vector-tiles, openstreetmap
is-osm-uptodate
Find outdated nodes in OpenStreetMap
Stars: ✭ 16 (-89.19%)
Mutual labels:  openstreetmap, leaflet
Baremaps
Custom vector tiles from OpenStreetMap and other data sources.
Stars: ✭ 100 (-32.43%)
Mutual labels:  vector-tiles, openstreetmap
osm-analytics-cruncher
Backend code for osm-analytics
Stars: ✭ 14 (-90.54%)
Mutual labels:  vector-tiles, openstreetmap
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+2664.19%)
Mutual labels:  vector-tiles, openstreetmap
o.map
Open Street Map app - KaiOS
Stars: ✭ 51 (-65.54%)
Mutual labels:  openstreetmap, leaflet
Tilemaker
Make OpenStreetMap vector tiles without the stack
Stars: ✭ 468 (+216.22%)
Mutual labels:  vector-tiles, openstreetmap
acf-openstreetmap-field
WordPress ACF Field for OpenStreetMap
Stars: ✭ 88 (-40.54%)
Mutual labels:  openstreetmap, leaflet
leaflet-geojson-selector
Show GeoJSON Layer like as Interactive Menu List
Stars: ✭ 88 (-40.54%)
Mutual labels:  vector-tiles, leaflet
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+5316.89%)
Mutual labels:  vector-tiles, openstreetmap
Osm Analytics
OSM Analytics lets you interactively analyze how specific OpenStreetMap features are mapped in a specific region.
Stars: ✭ 87 (-41.22%)
Mutual labels:  vector-tiles, openstreetmap

node-tileserver

node-tileserver is a lightweight tileserver using NodeJS. It can serve bitmap and vector tiles and is designed as a fast and easy-to-install tileserver for rendering OpenStreetMap data. It works perfectly with an osm2pgsql database and Leaflet and KothicJS on the client side.

See the OpenStreetMap Wiki or the Github repository for more information.

Features

  • Serves tiles bitmap tiles usable in Leaflet or OpenLayers
  • Serves vector tiles rendered on clientside by KothicJS
  • Uses KothicJS both as bitmap renderer on serverside and canvas renderer on clientside
  • Filesystem caching mechanisms
  • Map styling with MapCSS
  • Support for tiles in multiple rendering styles
  • Designed to use a osm2pgsql hstore database containing OpenStreetMap data
  • Refresh tiles manually by GET requests
  • Rerender expired tiles automatically in the background
  • High performance that profits from the non-blocking I/O design of NodeJS
  • Easy to install on several operating systems, distributions and environments due to less dependencies
  • Renders bitmap tiles in "retina" quality (Supersampling)

Authors

Installation

Follow the installation instructions.

References

  • OpenRailwayMap - a map of the global railway network based on OpenStreetMap. Provides a client-rendered canvas and a standard bitmap tile version of the map.

Contribute

Want to contribute to node-tileserver? Patches for new features, bug fixes, documentation, examples and others are welcome. Take also a look at the issues.

You can honor this project also by a donation with Paypal. This project is operated by the developers in their spare time and has no commercial goals. By making a donation you can show that you appreciate the voluntary work of the developers and can motivate them to continue the project in the future.

License

Copyright (C) 2014 Alexander Matheisen

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

The file mapcss_converter.py and the files in the mapcss_parser and kothic directories are published under other licenses. See the header of each file for more information.

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].