On Wed, Jul 22, 2009 at 12:51 PM, Ævar Arnfjörð Bjarmasonavarab@gmail.com wrote:
On Tue, Jul 21, 2009 at 8:31 PM, Ævar Arnfjörð Bjarmasonavarab@gmail.com wrote:
On Tue, Jul 21, 2009 at 2:40 PM, Ævar Arnfjörð Bjarmasonavarab@gmail.com wrote:
On Tue, Jul 21, 2009 at 2:01 PM, Audeaude.wiki@gmail.com wrote:
On 7/19/09, Ævar Arnfjörð Bjarmason avarab@gmail.com wrote:
On Sat, Jul 18, 2009 at 5:45 PM, Colin Marquardtcmarqu42@googlemail.com wrote:
2009/7/18 Ævar Arnfjörð Bjarmason avarab@gmail.com: > Cassini is back up now thanks to the Toolserver admins, since it's > inactive at the moment I'm going to set it up with a rendering stack > that'll run until Wikimania, of course if the database server pops > back up at the beginning of august we may actually have something > production ready by that time. > > So what I'm going to do with it (pending objections) is: > > * Set up a Planet.osm -> Cassini mirror > * Set up a multilingular PostGIS database (see > https://bugzilla.wikimedia.org/show_bug.cgi?id=19668). This should > take around 50GB of space from the 345G /sql partition
For my hiking map (http://opentiles.com/cmarqu/), I would need some more keys imported with osm2pgsql. My default.style file is http://code.google.com/p/mapnik-utils/source/browse/sandbox/cascadenik/hike_...
Not sure if you want to support that already, but I thought I'd mention it.
What I'm setting up now on Cassini is just a temporary hacky system that rightly should be setup on the database server / tileserver, it'll be taken down again once the rest of this stuff is up.
I'm taking notes on what I'm doing here as I go along:
https://wiki.toolserver.org/view/Cassini/Setup_notes
and here are some scripts in MW svn I'm writing:
http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/osm-tools/
It would be easy to add stuff the hiking map needs, but this is all a temporary setup anyway so we shouldn't move any production stuff to it I think.
Maps-l mailing list Maps-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/maps-l
Is there anything you need help with, such as setting up the database.
These are the notes I'm taking when setting it up: http://www.mediawiki.org/wiki/Extension:SlippyMap/Cassini/Setup_notes
and here are the scripts I'm writing to make things easier: http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/osm-tools/osm2pgsql-st...
What needs to be done is:
- Hack up an export script:
https://bugzilla.wikimedia.org/show_bug.cgi?id=19860 https://bugzilla.wikimedia.org/show_bug.cgi?id=19861
I've been hacking this up at my box. It now renders maps in different locales depending on what locale= I pass to it. It also supporst maptype= but currently I only have osm-like/ stylesheets. It would be easy to add new stylesheets though if someone made them.
- Set up apache/mod_tile
I'll try to do this when the osm2pgsql --slim import finishes.
The import is still running:
Processing: Node(387769k) Way(28714k) Relation(0k)
Hopefully it'll finish tonight.
And here's a new todo:
- Get renderd running
This is pending the completion of the osm2pgsql import.
renderd is now running with fr/nl:
http://cassini.toolserver.org/browse-fr.html http://cassini.toolserver.org/browse-nl.html
I'll put up the static renderer & the rest of the Wikipedia languages later.
All 279 languages are now up, note that clicking on any of those will very likely yield a blank page when you first try it since it'll have to render the world at zoom 2 for that language (unless someone had it rendered already):
http://cassini.toolserver.org/tile-browse/
But some of them are already up:
http://cassini.toolserver.org/tile-browse/browse-de.html
The static export script is also there, it has additional locale=* and maptype=* keys. with only the osm-like maptype being supported at the moment:
http://cassini.toolserver.org/cgi-bin/export?bbox=-21.9641,64.0961,-21.7125,...