16 KiB
Overview of used online services
This document list all the hosts that MapComplete might contact via 'fetch'-requests for various API services. We do our best to use FLOSS- and/or self-hostable services as much as possible.
Table of contents
- About displayed images
- geofabrik.de
- imgur.com
- komoot.io
- mapcomplete.org
- mapillary.com
- openstreetmap.fr
- openstreetmap.org
- osm.jp
- overpass-api.de
- panoramax.xyz
- private.coffee
- wikimedia.org
Some of the core services (especially Panoramax and MapLibre) could be selfhosted, but MapComplete has no support for a user to configure a different host. Right now, the userbase is relatively small and there is little demand to make this configurable, but the technical cost for this is quite high. Someone who wishes to use a different service, is able to build a fork.
One service that is hard to replace, is Mapillary. It contains a vast trove of streetview data, but cannot be selfhosted and is currently owned by Meta Inc. We use this to find nearby images of features, but promote the use of Panoramax instead (both by uploading contributions to our panoramax-instance and by lobbying in the community for this)
core
24 items
Core features are always active and will be contacted as soon as you visit any map
About displayed images
MapComplete will read the 'image' attribute from OpenStreetMap-data when a POI is opened and will attempt to display this image (and thus download it). Those 'images' can be spread all over the internet and thus leak the IP address of the visitor
geofabrik.de
Nominatim search engine endpoint, used when searching
source | license;selfhosting;more info |
---|---|
https://geocoding.geofabrik.de/b75350b1cfc34962ac49824fe5b582dc/ | OpenData, source available, self hostable, https://wiki.openstreetmap.org/wiki/Nominatim |
imgur.com
[Legacy] If an image is stored on imgur, read the description and attempt to get a license out of it. Most (if not all) have moved
source |
---|
https://api.imgur.com/3/image/ |
komoot.io
Endpoint for search with photon
source | license;selfhosting;more info |
---|---|
https://photon.komoot.io/ | OpenData, source available, self hostable, https://wiki.openstreetmap.org/wiki/Photon |
mapcomplete.org
source | description | license;selfhosting;more info |
---|---|---|
https://cache.mapcomplete.org/ | This server indicates how much items there are (according to OpenStreetMap) at a given slippy tile coordinate | OpenData, source available, self hostable, |
https://cache.mapcomplete.org/public.{type}_{layer}/{z}/{x}/{y}.pbf | The vectortileserver is a cache of OSM data and can be used as an alternative for overpass to actually show data, esp on low zoom levels | OpenData, source available, self hostable, https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/SettingUpPSQL.md |
https://ipinfo.mapcomplete.org/ | When opening MapComplete for the first time, we try to set the map at a relevant location. For this, we try to determine the location based on the IP-address; this is done by this service. | source available, self hostable, |
https://report.mapcomplete.org/report | If a severe error occurs in MapComplete, this is logged on this server - this mostly concerns errors where making a change to OpenStreetMap failed. Data is handled confidentially and only to replay the change and fix the root cause. | OpenData, yes, |
https://data.mapcomplete.org/countrycoder/ | For quite some functions, we need to know in what country a feature is located. LatLon2Country is a static dataset, which, by cleverly encoding the data, can quickly tell in what country a feature is located. | OpenData, source available, self hostable, https://source.mapcomplete.org/MapComplete/latlon2country |
https://data.mapcomplete.org/nsi | Contains a copy and the logos of the Name Suggestion Index | |
https://panoramax.mapcomplete.org | The panoramax-server that MapComplete uploads to | OpenData, source available, self hostable, https://wiki.openstreetmap.org/wiki/Panoramax |
https://lod.mapcomplete.org/extractgraph?url={url} | This proxy queries websites to detect if they contain linked open data and gives this data back. Triggered by opening a feature | OpenData, source available, self hostable, https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/scripts/serverLdScrape.ts |
mapillary.com
source | description | license;selfhosting;more info |
---|---|---|
https://graph.mapillary.com | API endpoint of Mapillary to query which images are nearby | OpenData, https://wiki.openstreetmap.org/wiki/Mapillary |
https://mapillary.com | Mapillary is an online service which hosts streetview-imagery. It is used to query and show nearby images. Owned by Meta Inc. (Facebook). MapComplete does only use data, but does not recommend contributing data to Mapillary (instead, we recommend uploading to a panoramax-instance) | OpenData, proprietary server, https://www.mapillary.com/about , https://wiki.openstreetmap.org/wiki/Mapillary |
https://www.mapillary.com | Mapillary is an online service which hosts streetview-imagery. It is used to query and show nearby images. Owned by Meta Inc. (Facebook). MapComplete does only use data, but does not recommend contributing data to Mapillary (instead, we recommend uploading to a panoramax-instance) | OpenData, proprietary server, https://www.mapillary.com/about , https://wiki.openstreetmap.org/wiki/Mapillary |
openstreetmap.fr
Various endpoints to load images from panoramax
source | license;selfhosting;more info |
---|---|
https://panoramax.openstreetmap.fr | OpenData, source available, self hostable, |
openstreetmap.org
source | description | license;selfhosting;more info |
---|---|---|
https://api.openstreetmap.org | OpenStreetMap.org, the source of most data | |
https://www.openstreetmap.org | Login service, by OpenStreetMap.org | OpenData, source available, partially - a copy can be hosted, but this would be useless, https://www.openstreetmap.org/copyright , https://www.openstreetmap.org/about , https://osmfoundation.org/wiki/Privacy_Policy |
osm.jp
Overpass is a query service where OpenStreetMap-data can be retrieved. Various overpass-servers are used to query this data
source | license;selfhosting;more info |
---|---|
https://overpass.osm.jp/api/interpreter | OpenData, source available, self hostable, https://wiki.openstreetmap.org/wiki/Overpass_turbo |
overpass-api.de
Overpass is a query service where OpenStreetMap-data can be retrieved. Various overpass-servers are used to query this data
source | license;selfhosting;more info |
---|---|
https://overpass-api.de/api/interpreter | OpenData, source available, self hostable, https://wiki.openstreetmap.org/wiki/Overpass_turbo |
panoramax.xyz
source | description | license;selfhosting;more info |
---|---|---|
https://api.panoramax.xyz | Various endpoints to load images from panoramax | OpenData, source available, self hostable, |
https://panoramax.xyz | The federation instance of Panoramax, which knows all panoramax-servers and can query all servers | OpenData, source available, self hostable, https://wiki.openstreetmap.org/wiki/Panoramax |
private.coffee
Overpass is a query service where OpenStreetMap-data can be retrieved. Various overpass-servers are used to query this data
source | license;selfhosting;more info |
---|---|
https://overpass.private.coffee/api/interpreter | OpenData, source available, self hostable, https://wiki.openstreetmap.org/wiki/Overpass_turbo |
wikimedia.org
Wikimedia contains various images
source | license;selfhosting;more info |
---|---|
https://commons.wikimedia.org/wiki/ | OpenData, source available, self hostable, |
https://upload.wikimedia.org | OpenData, source available, self hostable, |
feature
10 items
These are only enabled for certain maps or certain features
flickr.com
API endpoint to fetch 'nearby images'
source | license;selfhosting;more info |
---|---|
https://api.flickr.com | OpenData, |
mangrove.reviews
Mangrove.reviews, part of the 'Open Review Association' allows to create reviews. All reviews are under a creative commons license
source | license;selfhosting;more info |
---|---|
https://api.mangrove.reviews | OpenData, source available, selfhostable, but network effects diminish the value, https://gitlab.com/open-reviews/mangrove , https://mangrove.reviews/ , https://wiki.openstreetmap.org/wiki/Open_Reviews_Association |
maproulette.org
MapRoulette is a platform where tasks can be submitted, where every task contains some data about something that should be improved in OpenStreetMap. The intent is that those 'tasks' are solved by the community, effectively working as big, shared 'todo'-list. MapComplete can display such tasks and mark them solved. This is most often done to run an import of data.
source | license;selfhosting;more info |
---|---|
https://maproulette.org/api/v2 | OpenData, source available, self hostable, |
ovh.net
The image data store for a French Panoramax-server. As the photosphere fetches this, must be listed in the CSP
source | license;selfhosting;more info |
---|---|
https://panoramax-storage-public-fast.s3.gra.perf.cloud.ovh.net | OpenData, source available, self hostable, http://panoramax.fr/ |
plantnet.org
Planet provides an API that, based on images, detects a plant species
source | license;selfhosting;more info |
---|---|
https://my-api.plantnet.org/v2/identify/all?api-key=2b10AAsjzwzJvucA5Ncm5qxe | OpenData, unknown, https://plantnet.org , https://github.com/plantnet |
velopark.be
Only needed for the velopark-theme
source | license;selfhosting;more info |
---|---|
https://data.velopark.be | OpenData, |
wikidata.org
MapComplete checks wikidata to find images to show and displays information from wikidata on some objects (e.g. it shows basic information on artwork, etymology, ...)
source | license;selfhosting;more info |
---|---|
https://www.wikidata.org/ | OpenData, source available, yes, but useless due to network effects, |
https://wikidata.org/ | OpenData, source available, yes, but useless due to network effects, |
https://query.wikidata.org | OpenData, source available, yes, but useless due to network effects, |
https://m.wikidata.org | OpenData, source available, yes, but useless due to network effects, |
maplayer
1082 items
MapLayers are integrated from the Editor Layer Index. A map layer listed here will only be contacted if the user decides to use this map background. This list changes over time, as new background layers are published and old background layers go offline. For all map layers, we have permission to use them to improve OpenStreetMap
A full listing can be found in ELI-overview
- admin.ch
- ak.us
- allencountyohio.com
- amazonaws.com
- americanamap.org
- ancgis.com
- aragon.es
- arapahoegov.com
- arcgis.com
- arcgisonline.com
- arkansas.gov
- b-cdn.net
- bceo.org
- bcpa.net
- be.ch
- bern.ch
- bologna.it
- bozeman.net
- brest-metropole.fr
- brevardfl.gov
- bs.ch
- burbankca.gov
- bytom.pl
- bz.it
- ca.gov
- ca.us
- caib.es
- calaverascounty.gov
- cartocdn.com
- cattco.org
- charlottecountyfl.gov
- chronica.md
- citruspa.org
- citymb.info
- cityofberkeley.info
- cityofirvine.org
- cityofmarcoisland.com:6443
- cloudfront.net
- cnv.at
- codefor.de
- coj.net
- colliercountyfl.gov
- columbus.gov
- com.ua
- cookcountyil.gov
- craig.fr
- ctmetro.org
- cuyahogacounty.us
- cuzk.cz
- cycle.travel
- datafordeler.dk
- dataforsyningen.dk
- datagrandest.fr
- dc.gov
- delaware.gov
- dgu.hr
- erlangen.de
- euskadi.eus
- fairfaxcounty.gov
- fairfield-city.org
- fau.de
- fl.gov
- fl.us
- fnsb.gov
- frankfurt.de
- freemap.sk
- gc.ca
- gdi-niederrhein-geodienste.de
- ge.ch
- geo.ca
- geobasis-bb.de
- geonorge.no
- geopf.fr
- geoportail.lu
- geoportal-th.de
- geoportal-worms.de
- geoportal2.pl
- geosphere.fr
- github.io
- gliwice.eu
- gob.ar
- goteborg.se
- gouv.fr
- gov.al
- gov.au
- gov.br
- gov.cz
- gov.lv
- gov.pl
- gov.pt
- gov.sg
- gov.tw
- gov.ua
- gov.uk
- gov.za
- govt.nz
- grafcan.es
- grandlyon.com
- greenecountyohio.gov
- gv.at
- hamburg.de
- hennepin.us
- henrico.us
- hessen.de
- hilliardohio.gov
- hillsboroughcounty.org
- hsy.fi
- icgc.cat
- ide.uy
- idee.es
- in.gov
- intrinsical.de
- irisnet.be
- kalmar.se
- kansasgis.org
- kapsi.fi
- kingcounty.gov
- kms.dk
- kontur.io
- ky.gov
- lacounty.gov
- lantmateriet.se
- leepa.org
- level2.si
- lgl-bw.de
- lickingcounty.gov
- lidingo.se
- lodz.pl
- losalamosnm.us
- ludwigshafen.de
- lvm.lv
- maaamet.ee
- madrid.es
- maine.gov
- mainz.de
- makina-corpus.net
- mansfieldcity.com
- mapbox.com
- mapcomplete.org
- mapwarper.net
- marionfl.org
- matsugov.us
- mcohio.org
- md.gov
- mecklenburgcountync.gov
- meh.es
- mercercountyohio.org
- mesacounty.us
- metropoleruhr.de
- miamidade.gov
- mil.br
- mn.gov
- mn.us
- modestogov.com
- monroecounty-fl.gov
- morgantownwv.gov
- muenchen.de
- mymanatee.org
- myokaloosa.com
- naplesgov.com
- nassauflpa.com
- nationalmap.gov
- navarra.es
- nconemap.gov
- ne.ch
- nj.gov
- nls.uk
- noaa.gov
- nrw.de
- ny.gov
- oakgov.com
- ocfl.net
- ocgis.com
- oh.us
- ohio.gov
- on.ca
- openaerialmap.org
- openstreetmap.bzh
- openstreetmap.de
- openstreetmap.fr
- openstreetmap.hu
- openstreetmap.lu
- openstreetmap.org
- openstreetmap.rs
- or.us
- oregon.gov
- oregonexplorer.info
- org.br
- org.mx
- org.uk
- org.za
- orka-mv.de
- osceola.org
- osm-hr.org
- osm-tools.org
- osm.ch
- osmf.jp
- ourmap.us
- pagis.org
- pdok.nl
- pinellas.gov
- polk-county.net
- portlandmaps.com
- praha.eu
- protomaps.com
- psu.edu
- putnamcountygis.com
- rennesmetropole.fr
- roktech.net
- saarland.de
- saccounty.gov
- sachsen-anhalt.de
- sachsen.de
- sanjuancountywa.gov
- sbcounty.gov
- sccgov.org
- scgov.net
- sciotocountyengineer.org
- seminolecountyfl.gov:6443
- septima.dk
- servizirl.it
- sf.gov
- sg.ch
- sh.ch
- sjcfl.us
- sjcounty.net
- smcgov.org
- snoco.org
- so.ch
- sollentuna.se
- srcity.org
- stadiamaps.com
- stadt-koeln.de
- stadt-zuerich.ch
- staedteregion-aachen.de
- statkart.no
- stockholm.se
- stocktonca.gov
- stuttgart.de
- tampere.fi
- tg.ch
- tn.gov
- tnris.org
- torokbalint.hu
- toronto.ca
- townlands.ie
- turku.fi
- uconn.edu
- ujbuda.hu
- unh.edu
- unm.edu
- uri.edu
- usda.gov
- vcgov.org
- vermont.gov
- virginia.gov
- virtualearth.net
- vlaanderen.be
- wallonie.be
- webatlas.no
- wi.gov
- woodcountyohio.gov
- wroc.pl
- zby.cz
- zg.ch
- zh.ch
No category
0 items
This document is autogenerated from src/Models/SourceOverview.ts