Re: [OSM-talk] Contour lines from SRTM-Data in OSM format

2008-11-16 Thread maning sambale
CE,

I am interested to get Phiilippine contours in img
http://openstreetmap.org/?lat=12.24&lon=122.07&zoom=6&layers=B000FTF

cheers,
maning

On Sat, Nov 15, 2008 at 8:00 AM, Christoph Eckert <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have used srtm2osm (all credits to Igor Brejc) to convert srtm data into OSM
> contour lines. All tiles are zippes in zip format and the complete world
> consumes 61G of disk space. See some example at [1].
>
> I have some questions so far:
>
> * I have no clue if there's some interest in the data, but if so, what would
> be the best method to distribute it? I thought about Bittorrent, but I have
> no clue if it is sufficient if there only are a couple of downloaders.
>
> * OSM2Navit just crashes when I try to convert the tiles for Navit. So if
> someone knows a little bit more about C than me... ;-)
>
> * One further usage of the data was to convert it as Garmin tiles, using a
> transparent background. This way, the data could be used in conjunction with
> openstreetmap, well, maps :) . I do not use such maps on Garmin, but if
> someone fiddles out how to do it best, we surely can run a script again.
>
> * If someone needs an individual tile, "do not hesitate to drop me a
> line" :) .
>
> Cheers,
>
> ce
>
> [1] http://www.christeck.de/wp/?p=114
>
>
> ___
> talk mailing list
> talk@openstreetmap.org
> http://lists.openstreetmap.org/listinfo/talk
>



-- 
|-|--|
| __.-._  |"Ohhh. Great warrior. Wars not make one great." -Yoda |
| '-._"7' |"Freedom is still the most radical idea of all" -N.Branden|
|  /'.-c  |Linux registered user #402901, http://counter.li.org/ |
|  |  /T  |http://esambale.wikispaces.com/ |
| _)_/L I http://epsg4253.wordpress.com/ |
|-|--|

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


[OSM-talk] Maxspeed classification example: WFS vectors on top of Mapnik raster map

2008-11-16 Thread Rahkonen Jukka

Thanks to Jon Burgess and others, the recompiled Windows executable 
osm2pgsql.exe also Windows users can now import any tags they want into PostGIS 
database.  As an example about what that feature could be used for I uploaded a 
simple image visualising maxspeed tags of streets of Helsinki.  See 
http://wiki.openstreetmap.org/wiki/Image:OSM_cross_kitchen.jpg.

-Jukka Rahkonen-


Lähettäjä: Jon Burgess 
Lähetetty: la 15.11.2008 21:53
Re: [OSM-talk] Wanted: Osm2pgsql.exe developer

> Good luck with max_speed. I believe there are lots of variations in the
> way the data has been entered which will probably cause issues.



___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] osmlib osm-export shp column name size limit?

2008-11-16 Thread Jon Burgess
On Sat, 2008-11-15 at 22:17 -0800, David Carmean wrote:
> Playing with Jochen's Ruby osmlib for the past couple of hours; 
> trying to convert osm to shapefiles.  I find that the column names 
> I configure in the "setup" section are truncated to ten characters.  
> 
> Has anyone else run into this?  This is osmlib 0.1.3.

It looks like an inherent limit in the shapefile format. Shapefiles
store the column data in a DBF format file which only supports 10
characters for each field name:

from http://www.dbf2002.com/dbf-file-format.html

"Field Subrecords Structure
Byte offset 0 - 10
Field name width with a maximum of 10 characters. If less than 10, it is
padded with null characters (0x00)."

Jon



___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk