All Projects → AcuGIS → Opentileserver

AcuGIS / Opentileserver

This script is for building a basic tile server with OpenStreetMap data

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Opentileserver

Streetcomplete
Easy to use OpenStreetMap editor for Android
Stars: ✭ 2,456 (+1192.63%)
Mutual labels:  mapping, openstreetmap
Contextily
Context geo-tiles in Python
Stars: ✭ 254 (+33.68%)
Mutual labels:  mapping, openstreetmap
Id
🆔 The easy-to-use OpenStreetMap editor in JavaScript.
Stars: ✭ 2,667 (+1303.68%)
Mutual labels:  mapping, openstreetmap
openstreetmap-americana
A quintessentially American map style
Stars: ✭ 89 (-53.16%)
Mutual labels:  mapping, openstreetmap
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+135.26%)
Mutual labels:  mapping, openstreetmap
mapping-north-korea
Humanitarian Project for Mapping North Korea
Stars: ✭ 15 (-92.11%)
Mutual labels:  mapping, openstreetmap
osm-extracts
Each day, OSM Extracts by Interline mirrors the entire OpenStreetMap planet and creates city and region sized extracts
Stars: ✭ 34 (-82.11%)
Mutual labels:  mapping, openstreetmap
Kepler
The open source full-stack geosocial network platform
Stars: ✭ 125 (-34.21%)
Mutual labels:  mapping, openstreetmap
Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (-21.05%)
Mutual labels:  mapping, openstreetmap
Jmapper Core
Elegance, high performance and robustness all in one java bean mapper
Stars: ✭ 159 (-16.32%)
Mutual labels:  mapping
Aphotomanager
Manage local photos on Android: gallery, geotag with photomap, privacy, tags, find, sort, view, copy, send, ... .
Stars: ✭ 164 (-13.68%)
Mutual labels:  openstreetmap
Controllerextrabundle
Controller extra Bundle for Symfony2
Stars: ✭ 157 (-17.37%)
Mutual labels:  mapping
Osrm
Shortest Paths and Travel Time from OpenStreetMap with R
Stars: ✭ 160 (-15.79%)
Mutual labels:  openstreetmap
Azuremapscodesamples
A set of code samples for the Azure Maps web control.
Stars: ✭ 167 (-12.11%)
Mutual labels:  mapping
Atlas2
A new mapping tool, this time by LEF
Stars: ✭ 158 (-16.84%)
Mutual labels:  mapping
Docker Osm
A docker compose project to setup an OSM PostGIS database with automatic updates from OSM periodically
Stars: ✭ 172 (-9.47%)
Mutual labels:  openstreetmap
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+7233.68%)
Mutual labels:  mapping
Awesome Openstreetmap
😎 Curated list of awesome OpenSteetMap projects
Stars: ✭ 157 (-17.37%)
Mutual labels:  openstreetmap
Omnidome
Dome Mapping Projection Software
Stars: ✭ 184 (-3.16%)
Mutual labels:  mapping
Osmdeepod
OSMDeepOD - OpenStreetMap (OSM) and Machine Learning (Deep Learning) based Object Detection from Aerial Imagery (Formerly also known as "OSM-Crosswalk-Detection").
Stars: ✭ 174 (-8.42%)
Mutual labels:  openstreetmap

OpenTileServer

Documentation Status

This script is for building a basic tile server with OpenStreetMap data.

Only for use on a clean Ubuntu 14, Ubuntu 16, or Ubuntu 18 install!!

NOTE: Ubuntu 14 uses osm2pgsql 0.82 and Ubuntu 16 uses osm2pgsql 0.88. The versions handle --slim differently. Currently the reload script for Ubuntu 16 does NOT work to add additional PBFs. It can be used to drop existing data and reload new data, but not to append data.

Before proceeding, see opentileserver.org for limitations, etc..

Step 1: Get opentileserver.sh script from GitHub

Step 2: Make it executable:

chmod 755 opentileserver-ubuntu-xx.sh

Step 3 (for non-Latin alphabet):

If using a non-Latin alphabet, ucomment line 24 below if needed:

export LC_ALL=C

See https://github.com/AcuGIS/opentileserver/issues/4

Step 4: Run the script

Script usage:

./opentileserver-ubuntu-xx.sh [web|ssl] [bright|carto] pbf_url

[web|ssl]: 'web' for http and 'ssl' for https.

[bright|carto]: 'carto' for openstreetmap-carto or 'bright' for openstreetmap-bright

pbf_url: Complete PBF url from GeoFabrik (or other source)

Examples:

Load Delaware data with openstreetmap-carto style and no SSL:

./opentileserver.sh web carto http://download.geofabrik.de/north-america/us/delaware-latest.osm.pbf

Load Bulgaria data with openstreetmap-bright style and SSL:

./opentileserver-ubuntu-xx.sh http://download.geofabrik.de/europe/bulgaria-latest.osm.pbf bright

Load South America data with openstreetmap-carto style and SSL:

./opentileserver-ubuntu-xx.sh ssl carto http://download.geofabrik.de/south-america-latest.osm.pbf

Welcome Page

Once installation completes, navigate to the IP or hostname of your server.

You should see a page as below:

installation complete

Click on both the OpenLayer and Leaflet Examples and check your installation is rendering

Produced by AcuGIS. We Make GIS Simple

Cited, Inc. Wilmington, Delaware

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