Wikimedia Maps Beta
maps.wikimedia.org
Wikimedia Maps Beta
1–10 of 84 posts
Re: Wikimedia Maps Beta
#2More documentation here: https://www.mediawiki.org/wiki/Maps
Including the development setup
Re: Wikimedia Maps Beta
#3Not bad.
There are some pretty bad errors on tile boundaries, though: http://i.imgur.com/ifSXs2H.png
Re: Wikimedia Maps Beta
#4Would be nice if the farthest zoom out wasn't Mercator.
Re: Wikimedia Maps Beta
#5Projected use-cases: https://www.mediawiki.org/wiki/Maps/Future_Plans
Re: Wikimedia Maps Beta
#6Is the rendering process open, and what are they using for rendering the tiles? Mapnik?
Re: Wikimedia Maps Beta
#7Cool! It looks like they're using leaflet and hosting their own tile server from Open Street Map data. I really like that they opened up how to connect to their tile server (thanks to chippy for the link: https://www.mediawiki.org/wiki/Maps ). When I was looking at options for creating a side project with open street map data earlier I ended up using Mapquest's open data api because Google maps had API restrictions after a number of calls and it was easy to integrate with leaflet, but if I was making it again I would consider using wikimedia's option. (Fyi, the sideproject is a static site hosted at http://newsatlas.io - it takes a news/rss feed & attempts to parse the location client side by parsing the news article's summary text and displaying the location on a map - it was written in JS with angular and leaflet as dependencies - hosted on S3).
Re: Wikimedia Maps Beta
#8Would be nice if the farthest zoom out wasn't Mercator.
There are many good reasons for choosing mercator, the best one being that it is mostly conformal.
Re: Wikimedia Maps Beta
#9In case you're wondering what this is about: the scale of Wikipedia makes it difficult to just drop in a third-party OSM tiling service, so they're rolling their own map rendering process using OSM data. This is a beta of the rendered tiles, displayed inside Leaflet.
If you're into maps and this kind of thing, I highly recommend checking out LocalWiki (https://localwiki.org) too!
Re: Wikimedia Maps Beta
#10Not bad. There are some pretty bad errors on tile boundaries, though: http://i.imgur.com/ifSXs2H.png https://maps.wikimedia.org/#9/21.8526/103.5901
I also noticed if you zoom out all the way the map disappears.