Re: [OSM-talk] New Export Tab
On Mon, 21 Apr 2008, Tom Hughes wrote: > With the mapnik bitmaps formats, if you assume the bitmap to be > a 96 DPI image then the scale should be what you asked for I think. It might be worth mentioning this on the export page itself. In any case, excellent work. I'm going to have to start investigating the use of the main OSM codebase for the OpenPisteMap website - things like the export tab would be extremely useful there. - Steve xmpp:[EMAIL PROTECTED] sip:[EMAIL PROTECTED] http://www.nexusuk.org/ Servatis a periculum, servatis a maleficum - Whisper, Evanescence ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
In message <[EMAIL PROTECTED]> Richard Fairhurst <[EMAIL PROTECTED]> wrote: > I'm looking forward to delving into the code (when Potlatch 0.8b is > out of the way) and examining the possibility of adding unstyled > Illustrator export. That was the other thing I was thinking about that I just alluded to in another message ;-) Tom -- Tom Hughes ([EMAIL PROTECTED]) http://www.compton.nu/ ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
Richard Fairhurst wrote: >Sent: 21 April 2008 10:36 AM >To: talk@openstreetmap.org >Subject: Re: [OSM-talk] New Export Tab > >Frederik Ramm wrote: > >> Patrick Weber wrote: >>> Just wanted to congratulate whoever was involved in the development of >>> the Export tab. >> >> +1. I guess it was TomH's work and there's no reason not to announce >> such a major development on the lists (for the benefit of those who >> don't use the trac RSS feed). > >Indeed. Absolutely delighted to come back and find this had appeared - >turns out we've been discussing export to PDF for two years now, which >is eons in OSM terms: > >http://lists.openstreetmap.org/pipermail/dev/2006-May/001246.html > >I'm looking forward to delving into the code (when Potlatch 0.8b is >out of the way) and examining the possibility of adding unstyled >Illustrator export. +1 to that idea :-) Cheers Andy > >cheers >Richard > > >___ >talk mailing list >talk@openstreetmap.org >http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
Frederik Ramm wrote: > Patrick Weber wrote: >> Just wanted to congratulate whoever was involved in the development of >> the Export tab. > > +1. I guess it was TomH's work and there's no reason not to announce > such a major development on the lists (for the benefit of those who > don't use the trac RSS feed). Indeed. Absolutely delighted to come back and find this had appeared - turns out we've been discussing export to PDF for two years now, which is eons in OSM terms: http://lists.openstreetmap.org/pipermail/dev/2006-May/001246.html I'm looking forward to delving into the code (when Potlatch 0.8b is out of the way) and examining the possibility of adding unstyled Illustrator export. cheers Richard ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
Axel von Matern wrote: Yea the export tab is a great leap forward for this project! Makes it so much more useful then any other map service! Thanks (WARNING POSSIBLE FEATURE REQUEST) - Is it possible to export larger chunks of the maps at the maximum level of detail? I guess the size of the export really is a question of performance, as there's only a finite amount of processing power that can be devoted to the export functionality. If you need such larger chunks, you could try and download successive bits of the extent you need and paste them together again, or write a custom script that directly downloads the relevant tiles. Also, you could try Kosmos as an alternative rendering engine. (WARNING DWEEB QUESTIONS) - Is it possible to import the XML-file into Illustrator? - When I use this map, how can I tell the scale and projection when printing? Would it be correct just to say WGS84? And calculate the scale manually. Would that be enough to get that professional touch? The projection issue would be solved by the integration of world files or geoaware formats as proposed. I guess thats a job for phase two. begin:vcard fn:Patrick Weber n:Weber;Patrick org:University College London adr:;;Gower Street;London;;WC1E 6BT;United Kingdom email;internet:[EMAIL PROTECTED] title:Engineering Doctorate Student tel;work:02077185430 url:http://www.ucl.ac.uk/cemi version:2.1 end:vcard ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
Hello, Axel : The scale bar provided currently (April 21, 2008) by the main browser at www.openstreetmap.org is wrong. The image you get with the Export tab has no scale bar, so I recommend to use the Export tab and compute the scale bar yourself. More details: http://lists.openstreetmap.org/pipermail/talk/2008-April/025361.html Regards, Lucas De: [EMAIL PROTECTED] en nombre de Axel von Matern Enviado el: lun 21/04/2008 10:42 Para: OSM-Dev Openstreetmap; OSM-Talk Openstreetmap; Patrick Weber Asunto: Re: [OSM-talk] New Export Tab Yea the export tab is a great leap forward for this project! Makes it so much more useful then any other map service! Thanks (WARNING POSSIBLE FEATURE REQUEST) - Is it possible to export larger chunks of the maps at the maximum level of detail? (WARNING DWEEB QUESTIONS) - Is it possible to import the XML-file into Illustrator? - When I use this map, how can I tell the scale and projection when printing? Would it be correct just to say WGS84? And calculate the scale manually. Would that be enough to get that professional touch? 21 apr 2008 kl. 10.06 skrev Frederik Ramm: > > >> Just wanted to congratulate whoever was involved in the development >> of >> the Export tab. > > ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
In message <[EMAIL PROTECTED]> Axel von Matern <[EMAIL PROTECTED]> wrote: > (WARNING POSSIBLE FEATURE REQUEST) > - Is it possible to export larger chunks of the maps at the maximum > level of detail? No, because it would be too computationally expensive to produce such maps. In the case of the bitmap images it would require vast amounts of memory and in the case of the vector images they would be unusable even if you could produce them as the files would be so large that rendering them would take forever. > (WARNING DWEEB QUESTIONS) > - Is it possible to import the XML-file into Illustrator? Not unless Illustrator has magically gained an understanding of OpenStreetMap XML data while I wasn't looking, at that seems extremely unlikely. Your best bet will be to take the mapnik SVG/PDF/PS image and import that - Illustrator should be able to read at least one of those. > - When I use this map, how can I tell the scale and projection when > printing? Would it be correct just to say WGS84? And calculate the > scale manually. Would that be enough to get that professional touch? The scale will be (give or take) what you asked for in the case of mapnik - there is as I explained yesterday one possible issue over the question of DPI assumptions with the vector formats. With the mapnik bitmaps formats, if you assume the bitmap to be a 96 DPI image then the scale should be what you asked for I think. The projection is the Google spherical mercator projection for both mapnik and osmarender images (aka EPSG 900913). Tom -- Tom Hughes ([EMAIL PROTECTED]) http://www.compton.nu/ ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
And another lolcat goes to TomH :) The idea was floating around for some time but I think he really has done a good job here. I wasn't expecting the export tab to work that way but I really like how he's done it! Easy and nice to work with. Congrats. Renaud. On Mon, Apr 21, 2008 at 10:42 AM, Axel von Matern <[EMAIL PROTECTED]> wrote: > Yea the export tab is a great leap forward for this project! Makes it > so much more useful then any other map service! Thanks > > (WARNING POSSIBLE FEATURE REQUEST) > - Is it possible to export larger chunks of the maps at the maximum > level of detail? > > (WARNING DWEEB QUESTIONS) > - Is it possible to import the XML-file into Illustrator? > - When I use this map, how can I tell the scale and projection when > printing? Would it be correct just to say WGS84? And calculate the > scale manually. Would that be enough to get that professional touch? > > > 21 apr 2008 kl. 10.06 skrev Frederik Ramm: > > > > > > >> Just wanted to congratulate whoever was involved in the development > >> of > >> the Export tab. > > > > > > > > ___ > talk mailing list > talk@openstreetmap.org > http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk > ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
Yea the export tab is a great leap forward for this project! Makes it so much more useful then any other map service! Thanks (WARNING POSSIBLE FEATURE REQUEST) - Is it possible to export larger chunks of the maps at the maximum level of detail? (WARNING DWEEB QUESTIONS) - Is it possible to import the XML-file into Illustrator? - When I use this map, how can I tell the scale and projection when printing? Would it be correct just to say WGS84? And calculate the scale manually. Would that be enough to get that professional touch? 21 apr 2008 kl. 10.06 skrev Frederik Ramm: > > >> Just wanted to congratulate whoever was involved in the development >> of >> the Export tab. > > ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
Hi, Patrick Weber wrote: > Just wanted to congratulate whoever was involved in the development of > the Export tab. +1. I guess it was TomH's work and there's no reason not to announce such a major development on the lists (for the benefit of those who don't use the trac RSS feed). If it hadn't been for Andy's mention I'd probably still tell people to download map tiles and glue them together if they want a quick bitmap ;-) Apart from being useful to create a default styled map, the Export tab gives me the excellent rebuke to anyone who says "why don't you use Google": "Sure, where's *their* Export tab?". Good work! Bye Frederik ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
Re: [OSM-talk] New Export Tab
El Domingo, 20 de Abril de 2008, Patrick Weber escribió: [...] > Being the greedy bastard, and given my desire to further OSM usage for > GIS purposes, I wondered if it would be possible to also create a world > file (georeference metadata basically) so that generated images (PNG, > Jpeg ...) can be readily used as base layers for maps? I want to (re)make a WMS server on top of OSM data, using mapnik and/or osmarender as a backend. Unfortunately, I can't find the time to get that idea out of the back burner. Cheers, -- -- Iván Sánchez Ortega <[EMAIL PROTECTED]> MSN:[EMAIL PROTECTED] Jabber:[EMAIL PROTECTED] ; [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part. ___ talk mailing list talk@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk