[OSM-dev] load database

2009-05-07 Thread Mohamad Ali
Hi Guys, 1.I export Melbourne area from www.openstreetmap.org , it's about 5 MB I would like to ask If what I did is ok: time ./osm2pgsql --slim -d gis map.osm.bz2 osm2pgsql SVN version 0.65-14928 Using projection SRS 900913 (Spherical Mercator) Setting up table: planet_osm_point Setting up tab

[OSM-dev] bounding box

2009-05-07 Thread Sam Mor
Hi great Guys, maybe we misput our question. we need to show the world map , then we can zoom in,zoom in, zoom in..  to Russia... so are those the steps???  1.we need to download russian_federation.osm.bz2 ( downloaded from cloudmade)  2.then what ot change in generate_tiles.py file # Change

Re: [OSM-dev] Cartagen - client-side vector based map renderer, dynamic maps

2009-05-07 Thread Stefan de Konink
Jeffrey Warren wrote: > Wow, this is fantastic and very exciting! Stefan - by javascriptsockets > were you thinking of the thru-flash technique for sockets? I have two options; I was indeed looking at the flash technique for native protocol access. Alternatively the Cherokee Webserver has its o

Re: [OSM-dev] openlayers/tiling server

2009-05-07 Thread Tim Waters (chippy)
HI Mohamad, firstly this is more of an OpenLayers http://openlayers.org issue, than OSM- so do visit there and have a look at their excellent API , gallery of examples and developer resources. Saying that, try: icon.clone() And the projection of the map is EPSG:900913, so you'd need to give the m

Re: [josm-dev] New GPX implementation

2009-05-07 Thread Henrik Niehaus
Frederik Ramm schrieb: > Hi, > > Henrik Niehaus wrote: >> The use case of supporting the "GPX standard" is equal to the use case >> of supporting GPX, in my opinion. Do it right or leave it be. > > I was asking because it seemed to me that supporting a tiny subset of > the GPX standard is, in m

Re: [OSM-dev] Cartagen - client-side vector based map renderer, dynamic maps

2009-05-07 Thread Jeffrey Warren
Wow, this is fantastic and very exciting! Stefan - by javascriptsockets were you thinking of the thru-flash technique for sockets? I'd love to help out if I can. Right now, Cartagen doesn't use sockets, but small Ajax requests every 1/3 of a second. Latency is low but not quite realtime... it's wit

Re: [OSM-dev] List of Questions

2009-05-07 Thread Iván Sánchez Ortega
El Jueves, 7 de Mayo de 2009, Sam Mor escribió: > We use postGIS with postgresql,.. what do we need shapefile or..? > and obviously We dont have it. No, you don't need a shapefile, but you need a data source for mapnik. Remember that Mapnik needs to work with closed areas, so I hope your boundar

Re: [OSM-dev] osmosis - planet import pgsql simple schema

2009-05-07 Thread Emilie Laffray
Yes, there was some discussion some time ago by Brett about this issue on the Osmosis mailing list. The bzip2 java library had a problem. It is a known issue. Emilie Laffray On Thu, May 7, 2009 at 9:56 AM, Frederik Ramm wrote: > Hi, > > Florian Lohoff wrote: >> i tried to import the current plan

Re: [OSM-dev] osmosis - planet import pgsql simple schema

2009-05-07 Thread Florian Lohoff
On Thu, May 07, 2009 at 10:56:01AM +0200, Frederik Ramm wrote: > Subject: Re: [OSM-dev] osmosis - planet import pgsql simple schema > > Hi, > > Florian Lohoff wrote: >> i tried to import the current planet into a psql simple schema 0.6 and it >> fails with osmosis 0.30 and 0.31.1 - and i dont get

Re: [OSM-dev] osmosis - planet import pgsql simple schema

2009-05-07 Thread Frederik Ramm
Hi, Florian Lohoff wrote: > i tried to import the current planet into a psql simple schema 0.6 and it > fails with osmosis 0.30 and 0.31.1 - and i dont get it: It might be a similar problem to what we recently saw with osm2pgsql, namely the planet file having been packed using a multithreaded va

[OSM-dev] osmosis - planet import pgsql simple schema

2009-05-07 Thread Florian Lohoff
Hi, i tried to import the current planet into a psql simple schema 0.6 and it fails with osmosis 0.30 and 0.31.1 - and i dont get it: f...@tiles-two:~/initialimport$ osmosis --read-xml-0.6 file=planet-090506.osm.bz2 --write-pgsql-0.6 user=flo database=osm password=flo May 7, 2009 10:41:56 AM org

Re: [josm-dev] New GPX implementation

2009-05-07 Thread Marko Mäkelä
On Thu, May 07, 2009 at 09:37:55AM +0200, Adrian Stabiszewski wrote: > Just for the reference: my TCX-support plugin was based on JAXB from the > start and includes the necessary JABX libs for java 1.5. > So far nobody complained about the large download size or anything... but I > guess I'm the o

Re: [OSM-dev] List of Questions

2009-05-07 Thread Lennard
Sam Mor wrote: > We were testing making a slippy map > > we just followed some tutorials on the net for Mr Richard, great > tutorials actually, thanks for that > > We dont want to load the world boundaries map, I would like to have a > map for Russia, > what do we have to change to load Russia