All Projects → FriendsOfREDAXO → Osmproxy

FriendsOfREDAXO / Osmproxy

Licence: mit
OpenStreetMap tile proxy for REDAXO

Projects that are alternatives of or similar to Osmproxy

o.map
Open Street Map app - KaiOS
Stars: ✭ 51 (+200%)
Mutual labels:  openstreetmap, osm
basemaps
Scripts to generate MapServer mapfiles based on OpenStreetMap data. Please submit pull requests to the 'main' branch.
Stars: ✭ 51 (+200%)
Mutual labels:  openstreetmap, osm
MapComplete
A small and easy OpenStreetMap editor
Stars: ✭ 101 (+494.12%)
Mutual labels:  openstreetmap, osm
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+2529.41%)
Mutual labels:  osm, openstreetmap
Name Suggestion Index
Canonical common brand names, operators, transit and flags for OpenStreetMap.
Stars: ✭ 332 (+1852.94%)
Mutual labels:  osm, openstreetmap
query-overpass
Query the OpenStreetMap Overpass API.
Stars: ✭ 17 (+0%)
Mutual labels:  openstreetmap, osm
accessibility-cloud
👩🏽‍🦯🦮👩🏻‍🦽👩🏿‍🦼 the platform to exchange physical accessibility data in a standardized, future-proof, easy-to-use way.
Stars: ✭ 37 (+117.65%)
Mutual labels:  openstreetmap, osm
AndroidOfflineMapLibrary
Offline OpenStreet Map Library (No Internet Required) You dont have to even one-time connect!
Stars: ✭ 16 (-5.88%)
Mutual labels:  openstreetmap, osm
Tilemill
TileMill is a modern map design studio
Stars: ✭ 2,952 (+17264.71%)
Mutual labels:  osm, openstreetmap
Hootenanny
Hootenanny conflates multiple maps into a single seamless map.
Stars: ✭ 264 (+1452.94%)
Mutual labels:  osm, openstreetmap
Osrm Backend
Open Source Routing Machine - C++ backend
Stars: ✭ 4,716 (+27641.18%)
Mutual labels:  osm, openstreetmap
Blender Osm
One click download and import of OpenStreetMap and terrain for Blender! Global coverage! Source code is in the branch 'release'.
Stars: ✭ 588 (+3358.82%)
Mutual labels:  osm, openstreetmap
osmcha
Python package to detect suspicious OSM changesets
Stars: ✭ 33 (+94.12%)
Mutual labels:  openstreetmap, osm
Overpass Turbo
A web based data mining tool for OpenStreetMap using the Overpass API.
Stars: ✭ 435 (+2458.82%)
Mutual labels:  osm, openstreetmap
ohsome-api
API for analysing OpenStreetMap history data
Stars: ✭ 25 (+47.06%)
Mutual labels:  openstreetmap, osm
bexhill-osm
A local mapping project using data from OpenStreetMap. Includes overlays, walking directions and historical information.
Stars: ✭ 16 (-5.88%)
Mutual labels:  openstreetmap, osm
a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (+241.18%)
Mutual labels:  openstreetmap, osm
gosmparse
Processing OpenStreetMap PBF files at speed with Go
Stars: ✭ 55 (+223.53%)
Mutual labels:  openstreetmap, osm
is-osm-uptodate
Find outdated nodes in OpenStreetMap
Stars: ✭ 16 (-5.88%)
Mutual labels:  openstreetmap, osm
Vectiler
A vector tile, terrain and city 3d model builder and exporter
Stars: ✭ 394 (+2217.65%)
Mutual labels:  osm, openstreetmap

OSM proxy

This Addon delivers an OpenStreetMap Tile Proxy for REDAXO

The tile-cache will be stored inside the osmproxy data folder /redaxo/data/addons/osmproxy/.

To clear the cache uninstall then install the AddOn.

Features:

  • delivers carto tiles
  • delivers wikimedia tiles
  • delivers german tiles from openstreetmap.de (type=default)
  • or default tiles from openstreetmap.org (type=default)
  • stored files will be deleted afer 24 hours
  • does not accept direct calls of tiles from external sites

Types:

  • default (openstreetmap.org)
  • german (openstreetmap.de)
  • wikipedia
  • carto
  • carto_light

Please make sure to show the proper copyright attribution on the map, if needed. e.g.:

<a href="https://carto.com/attribution">CARTO</a>` for CARTO maps and `<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a>` for wikimedia.

Usage:

/?osmtype=default&z=16&x=33973&y=21807

or when using RewriteRule

/osmtype/german/16/33973/21807.png

RewriteRule for Apache .htaccess

RewriteRule ^osmtype/([^/]*)/([^/]*)/([^/]*)/([^/]*)\.png$ /?osmtype=$1&z=$2&x=$3&y=$4 [L]

nginx

rewrite ^/osmtype/([^/]*)/([^/]*)/([^/]*)/([^/]*)\.png$ /?osmtype=$1&z=$2&x=$3&y=$4 last;

How to use it in leaflet?

Example with RewriteRule

var tiles = L.tileLayer('/osmtype/german/{z}/{x}/{y}.png', {

Credits

Projekt-Lead

Thomas Skerbis

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