Re: [OSM-dev] Status of the Mapnik stylesheets

2012-11-13 Thread Lennard
by the stylesheet. This requires a reload of the database to at least get public_transport=* in. Handling role values, like stop, is not supported yet. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Status of the Mapnik stylesheets

2012-11-13 Thread Lennard
' to 'argh, what are you thinking'. :) -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] making osm2pgsql import relations?

2012-11-07 Thread Lennard
in planet_osm_line and planet_osm_polygon. Where they end up depends on whether they result in a line or area respectively. The osm_id for these features is the negated relation id. So relation 1000 will have an osm_id of -1000 in the tables. -- Lennard

Re: [OSM-dev] Problem compiling mod_tile

2012-03-20 Thread Lennard
On 20-3-2012 22:25, yvecai wrote: I just suppress a few thing in the attached file until it works, but it may be safer to wait for a real fix by somebody understanding cpp and modtile better than me. It's fixed now. https://trac.openstreetmap.org/changeset/28134 -- Lennard

Re: [OSM-dev] osm2pgsql patch for nested relations

2012-03-01 Thread Lennard
still a lot less work than multipolygon calculations. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] generate_xml.py problem with fonts

2012-02-02 Thread Lennard
On 2-2-2012 23:41, Alexandre Busquets wrote: I downloaded the code from http://svn.openstreetmap.org/applications/rendering/mapnik/ ... libmapnik0.7 from package Try: svn co -r27279 http://svn.openstreetmap.org/applications/rendering/mapnik/ -- Lennard

Re: [OSM-dev] Coastline shapefiles

2012-01-30 Thread Lennard
in this is that you would need the full planet file, to be able to extract the coastlines. Applying diffs to update that planet file adds a serious amount of time to a coastline run. -- Lennard ___ dev mailing list dev@openstreetmap.org http

Re: [OSM-dev] multipolygon inherits from tags way that are neither inner nor outer

2012-01-16 Thread Lennard
there you have it: don't add stuff to area datatypes that doesn't belong in them. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [josm-dev] Dynamic buttons in side menus

2011-10-16 Thread Lennard
and where they can find it. BTW: That's #4869 -- Lennard ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [OSM-dev] Mapnik osm.xml style file for main map?

2011-08-12 Thread Lennard
On 11 August 2011 19:00, Lennard l...@xs4all.nl wrote: Oh dear. My apologies, it seems I've been using Mapnik2 instead of just Mapnik. Yoink! Mapnik2 has been used on osm.org for months as well, but you would have to know that the osm.xml file is converted to mapnik2 syntax before being fed

Re: [OSM-dev] Mapnik osm.xml style file for main map?

2011-08-11 Thread Lennard
regenerated the osm.xml file from source with generate_xml.py and the results are the same. I'm not sure how you are getting those results from the correct style file. Are you getting any notices or errors during rendering or from postgresql? What are you using to render your images? -- Lennard

Re: [OSM-dev] Where to place world boundaries when mapnik is installed through synaptic package manager

2011-07-04 Thread Lennard
is shape and postgis, it's usually not a problem that they are apparently not added by default. They should, however, compile and work once you enable them through SCons. -- Lennard ___ dev mailing list dev@openstreetmap.org http

Re: [OSM-dev] Where to place world boundaries when mapnik is installed through synaptic package manager

2011-07-03 Thread Lennard
On 3-7-2011 10:28, Parveen Arora wrote: python-mapnik and libmapnik0.7 is available in Ubuntu 10.04 But the one avaible to compile is 0.7.1 If you are actually compiling your own version, I would recommend you to go with the 0.7.2-dev branch. -- Lennard

Re: [OSM-dev] osm2pgsql installs default.style to /usr/share/osm2pgsql but searches in /usr/share

2011-06-23 Thread Lennard
$ osm2pgsql -U gisuser /tmp/map.osm Couldn't open style file '/usr/share/default.style': No such file or directory Someone here who could fix this? osm2pgsql -U gisuser -S /usr/share/osm2pgsql/default.style /tmp/map.osm -- Lennard ___ dev

Re: [OSM-dev] openid

2011-06-18 Thread Lennard
On 18-6-2011 15:49, Steve Coast wrote: the openid stuff is nice but is it really necessary to slap 6 big logos on OSM.org? :-( Would you rather they be smaller? :-) -- Lennard ___ dev mailing list dev@openstreetmap.org http

Re: [OSM-dev] The Future of Areas - open discussion?

2011-05-09 Thread Lennard
? -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] osm2pgsql slow on update import

2011-05-07 Thread Lennard
, so that's a clear argument against them. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] The Future of Areas - open discussion?

2011-04-25 Thread Lennard
to be an A-Weekend+ ). -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] imposm - New PostGIS importer for OSM data

2011-04-04 Thread Lennard
, Win, Mac), and can also output the basic osm2pgsql schema for those transitioning, an argument can be made for adopting imposm at some point. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] osm2psql: minor hstore rework

2011-04-03 Thread Lennard
into planet_osm_roads, write_wkts() is called twice in a row (once for lines, once for roads), and the second time, these tags are gone. There's nothing left to put into the columns. -- Lennard ___ dev mailing list dev@openstreetmap.org http

Re: [OSM-dev] Osmosis: merging several daily diffs

2011-03-21 Thread Lennard
On 21-3-2011 21:21, yvecai wrote: I am wrong ? --read-xml-change comes first, then --read-xml -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] List of all point Point elements (symbols) displayed in Mapnik style?

2011-03-19 Thread Lennard
On 19-3-2011 19:53, M∡rtin Koppenhoefer wrote: That's nice Lennard. Does anyone recall where the rules for the text of admin boundaries can be found? I found this some time ago, but now can't locate it again (I guess it is some generic rule). The two ElseFilters at the end of roads-text

Re: [OSM-dev] List of all point Point elements (symbols) displayed in Mapnik style?

2011-03-18 Thread Lennard
looking at the wrong osm.xml? See the inc/ file. You can also have a look at http://tile.openstreetmap.org/style/osm-annotated.xml which is a view of the stylesheet that's being used on osm.org. -- Lennard ___ dev mailing list dev@openstreetmap.org

Re: [josm-dev] validator question, multipolygons

2011-03-05 Thread Lennard
. When you hit upload, yes. If you click Validate in the validator, it checks every object. -- Lennard ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [OSM-dev] mapnik style - datasources parameters

2011-03-03 Thread Lennard
in weeks or months. If you reload the stylesheet for every render request, then yeah, it could, maybe, make a difference. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] capitals; normalizing true, yes and 1

2011-02-01 Thread Lennard
impose the same true or 1 then yes rule on every consumer of OSM data? Anyway, shouldn't this now move to [tagging] ? -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Patch to osm2pgsql for faster updates

2011-01-25 Thread Lennard
and then vacuum + rebuild the index. That saves you from having to do a reimport with osm2pgsql. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Patch to osm2pgsql for faster updates

2011-01-23 Thread Lennard
slowdown troubles. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [josm-dev] Microsoft gains access to aerial imagery

2010-11-24 Thread Lennard
. -- Lennard ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [OSM-dev] OSM binary format (pbf) 1.0 is in osmosis trunk.

2010-11-18 Thread Lennard
On 16-10-2010 9:55, Lennard wrote: On 16-10-2010 8:39, Brett Henderson wrote: If anybody sees any issues with the binary support, please let Scott and I know. I'm now building Osmosis via an automated Hudson process so pushing out new builds should be fairly quick once a fix is identified

Re: [OSM-dev] OSM binary format (pbf) 1.0 is in osmosis trunk.

2010-11-18 Thread Lennard
On 18-11-2010 23:47, Lennard wrote: Just built the current trunk, and this output[1] is still present. Could you please consider removing this notice, or only output it once instead of for every anonymous element? I seem to have missed the fact that it will print upto 100 times this message

Re: [OSM-dev] OSM Mapnik Fonts are Nonsense

2010-11-02 Thread Lennard
/, and any changes you made after generate_xml.py didn't make it into your myOSM.xml. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Renderd + expire_list

2010-10-20 Thread Lennard
and rerender them, based on the input file. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] API 0.7+: Split node concept?

2010-10-12 Thread Lennard
, and not maintain two code paths. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Editors: Actively removing created_by?

2010-10-10 Thread Lennard
still be available in the object history, and the removal is packed in with a real edit, so no superfluous edits needed just to remove the created_by. It's a matter of attrition now. Very slow attrition nonetheless. -- Lennard ___ dev mailing list

Re: [OSM-dev] PostgreSQL 9.0?

2010-09-20 Thread Lennard
On 20-9-2010 23:57, Brendan Morley wrote: Are PostGIS downloads mirrored anywhere? The site is up, but your DNS server chain may not know about it yet. I successfully installed postgresql 9.0 and postgis 1.5.2SVN today, and it's now chugging along on an import. -- Lennard

Re: [OSM-dev] OSM coastline on PostGIS + MapRenderer?

2010-09-07 Thread Lennard
that prevents that from happening. That's one reason why land in mapnik is rendered from shapefile. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] generate_xml.py not generating osm.xml file?

2010-08-29 Thread Lennard
. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] generate_xml.py not generating osm.xml file?

2010-08-29 Thread Lennard
rendering order, by putting your layer-xxx; at the correct spot. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] generate_xml.py not generating osm.xml file?

2010-08-27 Thread Lennard
on the contents of the PostGIS database it connects to, and based on the templates in the inc directory? osm.xml does not contain geographic data. It contains the stylesheet that tells mapnik how to render geo data that you load into the postgis db with osm2pgsql. -- Lennard

Re: [josm-dev] validator warning for touching inner multipolygon-ways

2010-08-23 Thread Lennard
useless. -- Lennard ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] [OSM-talk] RFC: what are empty nodes and how should we use them?

2010-08-16 Thread Lennard
) http://svn.openstreetmap.org/applications/utils/import/bulkupload/smarter-sort.py -- Lennard ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [OSM-dev] The same OSM server but locally available

2010-07-29 Thread Lennard
Plus you can even filtered it at Osmosis level if you want to. Osmosis change stream bbox filtering? Have you tried that yourself? -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] [OSM-Dev]Add Geometry Column in PostgreSQl

2010-07-10 Thread Lennard
functions. Try running it as the postgres user, or as any other role that has the required rights. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Apache + mapnik + mod_python problem

2010-06-28 Thread Lennard
On 28-6-2010 18:18, yvecai wrote: I had just run generate_xml.py again to change some rendering rules. Don't know about the other things, but this remark peeked my interest. What rendering rules had changed, and why would you feel the need to rerun generate_xml.py for them? -- Lennard

Re: [OSM-dev] Multilingual Maps Overlays

2010-06-20 Thread Lennard
name:xx ? That way updating your stylesheet is just an 'svn up' away. Now you'd have to merge your changes into the updated versions. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Multilingual Maps Overlays

2010-06-20 Thread Lennard
On 20-6-2010 19:59, Peter Körner wrote: Am 20.06.2010 19:26, schrieb Lennard: That way updating your stylesheet is just an 'svn up' away. Now you'd have to merge your changes into the updated versions. But I have a custom stylesheet anyway - take a look at the xmls ;) Ah, I see. I think all

Re: [OSM-dev] Multilingual Maps Overlays

2010-06-16 Thread Lennard
/?zoom=17lat=51.51391lon=-0.13035layers=BTFF -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] osm2pgsql diff mechanics

2010-06-11 Thread Lennard
(_nodes, _ways, _rels) and then a new geometry will be built and added/updated in the applicable geometry tables (_point, _roads, _line, _polygon). -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] osm2pgsql diff mechanics

2010-06-11 Thread Lennard
need one attribute field, tags as hstore datatype. All the rest I could do with SQL inside database. You are required to have the slim mode tables (nodes,ways,rels) to be able to apply diffs. -- Lennard ___ dev mailing list dev@openstreetmap.org

Re: [josm-dev] Opening File from mobile Device

2010-06-06 Thread Lennard
, but have to copy them off first. Some devices (like mine) can have the storage card appear as a true USB storage device, and then you can use it from within JOSM as well. -- Lennard ___ josm-dev mailing list josm-dev@openstreetmap.org http

Re: [OSM-dev] Getting admin_level=* from relations to render properly

2010-04-28 Thread Lennard
is. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Getting admin_level=* from relations to render properly

2010-04-28 Thread Lennard
is there, which includes tagged member ways. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Getting admin_level=* from relations to render properly

2010-04-28 Thread Lennard
you play around with a limited dataset, and see how that ends up in the pg db, in which tables, for different taggings. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Getting admin_level=* from relations to render properly

2010-04-28 Thread Lennard
. You'll be back at the start :-/ I know, that wasn't my point. John argues boundary way tags shouldn't matter, when the way is a member of a boundary relations, and it should inherit some admin_level from those. He implies it's unnecessary tagging for the renderer. -- Lennard

Re: [OSM-dev] add_parking_node function in osm2pgsql?

2010-04-08 Thread Lennard
, and this piece of code wasn't necessary anymore. There's another few functions that aren't being called anymore, either. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [josm-dev] Where are the slippy map chooser tiles cached?

2010-04-08 Thread Lennard
in processing the dir. Mine a few weeks after clearing: 41877 files, 174700223 bytes Fortunately, clearing them from the command prompt is still fast. I wonder why they cannot be stored one dir per zoom, or in another hashing format. -- Lennard ___ josm

Re: [OSM-dev] problem with mapnik

2010-03-28 Thread Lennard
months[1]. Be aware that osm.xml has changed substantially since that time, so be sure to read the documentation again. [1] http://trac.openstreetmap.org/changeset/17301 -- Lennard ___ dev mailing list dev@openstreetmap.org http

Re: [OSM-dev] problem with mapnik

2010-03-28 Thread Lennard
/datasource-settings.xml.inc ? Is your username and password in that file? -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [josm-dev] Josm Preparing data set... message

2010-03-27 Thread Lennard
the data it downloaded? It's downloading all the nodes that are part of the member ways. If you have the console open, you can see this. There is no progress dialog at this point, and you have to guess how long it will take. http://josm.openstreetmap.de/ticket/4650 -- Lennard

Re: [OSM-dev] Getting the replication-sequenceNumber by date

2010-03-25 Thread Lennard
Peter Körner wrote: I'll make it a little nicer soon but it works. It updates every half hour, so the very recent sequenceNumbers aren't available. Very nice, simple, quick. The half hour delay could be gone if this service ran on the diff server (or close to it). -- Lennard

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2010-03-24 Thread Lennard
and return it to you. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] osm2pgsql hstore support

2010-03-14 Thread Lennard
will now get all kinds of tags you're never interested in. On the other hand, one can now quickly use keys one never used before, without the need to reimport the whole db. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org

Re: [OSM-dev] My Maps Appear to be Predicting Global Warming.

2010-02-19 Thread Lennard
shoreline_300 to the full resolution processed_p shapefile. So focus your effort on that one. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] planet-100127.osm delayed

2010-01-28 Thread Lennard
Grant Slater wrote: An earlier planet-100127.osm dump failed. The dump process has been restarted and is expected around Midday (GMT) tomorrow 28th Jan 2010. How's the planet coming along? -- Lennard ___ dev mailing list dev@openstreetmap.org http

Re: [OSM-dev] mod_tile svn's project variables 1)hardcoded 2)in many files

2010-01-22 Thread Lennard
operation. Unless you use renderd.py instead of renderd, that is. There is another hardcoded 18 in there. I increased my renderd to z19 for haiti related tiles, and that was as easy as changing those 2 hardcoded '18' occurences and the MAX_ZOOM define to 19. -- Lennard

Re: [OSM-dev] amazon AMIs for a full blown openstreetmap.org-like server

2010-01-08 Thread Lennard
stylesheet. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Major improvements to MapOSMatic

2010-01-05 Thread Lennard
, and not currently implemented in the main codebase. http://trac.mapnik.org/ticket/320 -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Major improvements to MapOSMatic

2010-01-05 Thread Lennard
Matthias Julius wrote: Are higher resolution icons an option? Probably, but you'll need lots of different sizes for different sized areas. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] [Maposmatic-dev] Questions on Nominatim and administrative boundaries + osm2pgsql

2009-12-20 Thread Lennard
or closed ways, respectively. * At least, it does so in http://nominatim.openstreetmap.org/details.php?place_id=49949948 but I don't know what the bare API result looks like. -- Lennard ___ dev mailing list dev@openstreetmap.org http

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2009-12-19 Thread Lennard
and shouldn't miss data. And are probably used in a lot more automated processes, to create a new planet (extract) every day. I know we do it for planet.openstreetmap.nl, and hypercube uses the same daily diff files for the Coastline Error Checker. -- Lennard

Re: [OSM-dev] duplicated entities with osmosis diff-update

2009-12-19 Thread Lennard
://wiki.openstreetmap.org/wiki/Minutely_Mapnik should tell you most of what you need. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Lennard
work correctly. Newer versions just ignore the tags. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] set-mapnik-env stage of rendering tiles

2009-12-17 Thread Lennard
Kuba Z. wrote: bash: set-mapnik-env: command not found What am I missing? The new README file. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] set-mapnik-env stage of rendering tiles

2009-12-17 Thread Lennard
method of setting up the stylesheet for your environment. You don't need the osm-template.xml anymore. Read http://svn.openstreetmap.org/applications/rendering/mapnik/README and the generate_xml.py script. -- Lennard ___ dev mailing list dev

Re: [OSM-dev] Importing planet file with osmosis into PostgreSQL

2009-12-13 Thread Lennard
that was fixed, and the dump now runs in a transaction? It would thus more likely point to data that is in fact incomplete in the OSM db itself? -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [josm-dev] JOSM is the editor with the best user retention

2009-12-08 Thread Lennard
it about 6 months ago. http://josm.openstreetmap.de/changeset/1720 http://josm.openstreetmap.de/changeset/1735 -- Lennard ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [OSM-dev] Split osm line with perl

2009-11-29 Thread Lennard
= '$v'\n; Difficulty: are values with quotes allowed in k/v pairs? -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Split osm line with perl

2009-11-29 Thread Lennard
asked, since he seemed to be stuck on using 'split' instead of a regex. I know it isn't ideal, given the way XML works, but he'll have to work out those difficult bits for himself. ;-) -- Lennard ___ dev mailing list dev@openstreetmap.org http

Re: [OSM-dev] Apply a change to .osm file problem

2009-11-08 Thread Lennard
expects to read the changefile first: osmosis -v --rxc 20091031-20091101.osc --rx rf.osm --ac --wx new-rf.osm -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Apply a change to .osm file problem

2009-11-08 Thread Lennard
russia polygon.poly --wx new-rf.osm Or, in case rf.osm was created with a simple bbox, the appropriate --bounding-box task. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Empty statefile in minute-replicate breaks osmosis

2009-11-01 Thread Lennard
state.txt to use for the --rri task, and my minutely update script was happy again. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Strange Mapnik rendering

2009-10-12 Thread Lennard
class roads. We'll get there soon enough, but the stylesheet is in some major flux right now. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Hourly diffs are missing edits (too)

2009-10-07 Thread Lennard
reasons, although it's even less likely than with the hourly diffs. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Trouble with osm2pgsql and Postgres 8.4, Postgis 1.4

2009-10-04 Thread Lennard
Tom Hughes wrote: Well that certainly fails for me: Rel. 4.6.1, 21 August 2008 Worksforme Rel. 4.7.1, 23 September 2009 -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Black Roads

2009-09-30 Thread Lennard
planet_osm_polygon does not exist at character 159 Nothing else which gives more of a clue in the log file than this? What's just before/after these messages? For instance, which layer in osm.xml causes these error messages? -- Lennard ___ dev mailing list dev

Re: [OSM-dev] Black Roads

2009-09-30 Thread Lennard
planet_osm_polygon_tmp does not exist Those are normal. At the start of an osm2pgsql run, it tries to clean up any of these remnants of a possibly aborted earlier run. I'm out of ideas actually. By the way, is every trunk bridge black in your renders, or only that particular one? -- Lennard

Re: [OSM-dev] Default scale / meters per unit ?

2009-09-30 Thread Lennard
for the default 900913 osm2pgsql db. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Black Roads

2009-09-29 Thread Lennard
in the postgresql logs, you'll see queries that have failed because of missing columns, or whatnot. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Black Roads

2009-09-29 Thread Lennard
to handle the multiline SQL currently in osm.xml, you don't have to reimport the planet, but just update mapnik to release 0.6.1 or newer (svn). Newer mapnik versions are also more vocal about problems in the stylesheet, so I would recommend building from svn. -- Lennard

Re: [OSM-dev] shortest streets

2009-09-17 Thread Lennard
. Why is it working there? Different projection? I guess it's just an example of the ST_length() function as is, not taking into account any projection issues. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org

Re: [OSM-dev] shortest streets

2009-09-16 Thread Lennard
Stephan Knauss wrote: something like this? select osm_id, st_length(way) as length from planet_osm_roads order by length asc limit 10 Something, but not exactly that. ST_Length(way) is in projected meters, which varies with latitude. -- Lennard

Re: [josm-dev] How to: Running JOSM from an USB stick - without JAVA installed on the target machine!!!

2009-09-14 Thread Lennard
on http://wiki.openstreetmap.org/wiki/JOSM/HOWTO/Run_from_flash_disk_with_Java -- Lennard ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [OSM-dev] Keeping .osm database up-to-date

2009-09-10 Thread Lennard
of a lot of diff bookkeeping for you. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Keeping .osm database up-to-date

2009-09-10 Thread Lennard
. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Bug: Mapnik renders 'addr:housenumber' rather than 'name'

2009-09-05 Thread Lennard
in the mapnik style and I noticed the problem is caused by some recent change in the style because the building names have all disappeared in my city this or last week. There are 2 tickets about this, and it's something that will be looked at soon. -- Lennard

Re: [OSM-dev] Proposal: Multiline country, state, city names?

2009-09-02 Thread Lennard
a line wrap decision. A possible alternative is tagging place=country on an area, or by logical extension: a relation. Those do not render quite correctly at the moment, but there is a current ticket for mapnik requesting this feature be added. -- Lennard

Re: [OSM-dev] Proposal: Multiline country, state, city names?

2009-09-02 Thread Lennard
of a boundary relation (either type=boundary or type=multipolygon, doesn't matter) form a closed ring, they also get added to planet_osm_polygon -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] renderd

2009-09-02 Thread Lennard
it with ./renderd -f, which will make it run in the foreground. -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] renderd

2009-09-02 Thread Lennard
tiles in the tiles dir you set in the config? Are you running the latest version from svn? Are your other components up to date? -- Lennard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

  1   2   >