All Projects → FreemapSlovakia → freemap-mapnik

FreemapSlovakia / freemap-mapnik

Licence: Apache-2.0 license
Outdoor map mainly for https://www.freemap.sk/

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
PLpgSQL
1095 projects

Projects that are alternatives of or similar to freemap-mapnik

Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+50006.25%)
Mutual labels:  map, openstreetmap
Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (+837.5%)
Mutual labels:  map, openstreetmap
Terrain Classic
World-wide CartoCSS port of Stamen's classic terrain style
Stars: ✭ 110 (+587.5%)
Mutual labels:  map, 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 (+36687.5%)
Mutual labels:  map, openstreetmap
Atlasr
Atlasr is a truly open-source and free map browser.
Stars: ✭ 196 (+1125%)
Mutual labels:  map, openstreetmap
Umap
uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
Stars: ✭ 609 (+3706.25%)
Mutual labels:  map, openstreetmap
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (+743.75%)
Mutual labels:  map, 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 (+25468.75%)
Mutual labels:  map, openstreetmap
Aphotomanager
Manage local photos on Android: gallery, geotag with photomap, privacy, tags, find, sort, view, copy, send, ... .
Stars: ✭ 164 (+925%)
Mutual labels:  map, openstreetmap
Mapboxstatic.swift
Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
Stars: ✭ 162 (+912.5%)
Mutual labels:  map, openstreetmap
Barefoot
Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Stars: ✭ 541 (+3281.25%)
Mutual labels:  map, openstreetmap
coin-map-android
Easily find places to spend sats anywhere on the planet
Stars: ✭ 23 (+43.75%)
Mutual labels:  map, openstreetmap
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+2693.75%)
Mutual labels:  map, openstreetmap
Mapsforge
Vector map library and writer - running on Android and Desktop.
Stars: ✭ 885 (+5431.25%)
Mutual labels:  map, openstreetmap
Vector Datasource
Tilezen vector tile service - OpenStreetMap data in several formats
Stars: ✭ 427 (+2568.75%)
Mutual labels:  map, openstreetmap
Cyclosm Cartocss Style
Cycle oriented CartoCSS style.
Stars: ✭ 109 (+581.25%)
Mutual labels:  map, openstreetmap
map-machine
Python renderer for OpenStreetMap with custom icons intended to display as many map features as possible
Stars: ✭ 82 (+412.5%)
Mutual labels:  map, openstreetmap
Blendergis
Blender addons to make the bridge between Blender and geographic data
Stars: ✭ 4,642 (+28912.5%)
Mutual labels:  map, openstreetmap
Libosmscout
Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data
Stars: ✭ 159 (+893.75%)
Mutual labels:  map, openstreetmap
Go Staticmaps
A go (golang) library and command line tool to render static map images using OpenStreetMap tiles.
Stars: ✭ 246 (+1437.5%)
Mutual labels:  map, openstreetmap

Mapnik based Freemap Outdoor Map

Features

  • Mapnik configuration in Javascript adding all benefits of scripting (preventing repetition, programatic style generation, …)
  • Map tile serving (TMS)
  • PDF output
  • Configurable map pre-rendering
  • On-demand tile rendering (if tile is not rendered yet)
  • Detection of dirty tiles (based on changes reported by imposm3) and rendering scheduling
  • Easy style development and debugging (save and reload)
  • Many features are configurable

Demo

https://www.freemap.sk/?layers=X

Installation

Using Docker

Use this method for easier installation for development purposes.

Please see doc/DOCKER.md.

Regular

Please see doc/INSTALL.md.

Additional configuration

{
  mapFeatures: {
    contours: true,
    shading: true,
    hikingTrails: true,
    bicycleTrails: true,
    skiTrails: true,
  },

  // ...other configuration required by freemap-mapserver
}
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].