0
votes
1answer
74 views

OpenStreetMaps and Postgis: wrong latitude and longitude from a geography point

I downloaded the file italy.osm and import to postgresql with postgis. So i try to extract latitude and longitude from the field "way" (geometry) of the table planet_osm_point, using the functions ...
0
votes
1answer
199 views

osm2pgsql windows “illegal option -W” error

tI'm trying to import map data into a postgis DB on windows. I've doing this for years using osm2pgsql but the latest update of Spain map generates a duplicate key error. It seems to be a 64 bit ...
1
vote
1answer
80 views

location from browser save dinto postgis displayed via mapserver wrong

I am getting the location of a browser and sending lon/lat to a postgis database via WKT (using php script) the results i get are Longitude: -1.323114 Latitude: 51.401409 this should be in ...
0
votes
2answers
121 views

2D Open Street Map Data Representation in Meters

I am in the process of converting OSM data into an open source Minecraft port (written in javascript - voxel.js). The javascript rendition is written such that each voxel (arbitrarily defined as a ...
0
votes
1answer
80 views

Questions about routes in OpenStreepMap

I’m developing an application using osm data and I have some questions: I have a postgresql database with osm data imported with osm2po tool. My goal is to be able to route between different POIs. ...
0
votes
1answer
20 views

retrieve older version of OSM object (way)

in the OSM api I can get information for a way doing this: /api/0.6/way/#id I'd like to know how that way changed during time, for instance I'd like to know when the way changed name, etc.. This is ...
1
vote
2answers
130 views

How to calculate distance from point A to point B taking into account the availability of roads and public transport?

Imagine I have a PostGIS database with following pieces of information OSM (OpenStreetMap) of a city, the roads/streets inside the city and the routes of public transport in that city. I want ...
0
votes
1answer
229 views

Create a consistent topology using pgrouting

I'm developing an application that needs routing information for certain cities. First, I downloaded a openstreetmap datafile (*.osm) and then I imported it into a postgreSQL database using ...
0
votes
1answer
530 views

Importing OpenStreetMap data into PostgreSQL database

I'm trying to import one of the following OpenStreetMap maps 1, 2, 3 into a PostgreSQL database using calls like call osmosis.bat --read-xml file="map.osm" --write-pgsimp user="ccp-web-user" ...
1
vote
1answer
920 views

osm2pgsql: Function AddGeometryColumn doesn't exist

I want to import OSM file into my PostgreSQL database (Windows, Postgres Version 9.2) using the tool Osm2pgsql. When I run following command osm2pgsql.exe --create -d mydb artyom.xml -U myuser -W ...
2
votes
2answers
126 views

How to find nearest City of out of a selected set

I need to get the nearest city out of a selected set of cities. Our company has a list of subsidiaries (some 100 in my country). We get around 3000 requests a day. This requests should be assigned to ...
1
vote
1answer
124 views

pgRouting Front End/API

I can't find any reliable info about some kind of "human" readable front end or api to pgRouting. I have OSM PostGIS/pgRouting database which I would like to use to calculate paths between points. ...
1
vote
2answers
469 views

PostGIS OSM query

I am new in Geo problems and need to ask about using PostGIS. I imported OpenStreetMap data through osmosis into PgSQL and I need to query this data. Essentially I have location from GPS and I need ...
2
votes
2answers
320 views

How can I get the zone administrive of a city from postgis (nominatim import)? [closed]

I retreived europe.osm database with osm2pgsql. And now I try to exploit it. Is there a way to get the state, country, region, from a way like a town hamlet locality or city? edit ...
3
votes
1answer
406 views

Converting Postgresql data to Open Street Maps

I have some shapefiles that I tried to convert to .osm without success. After hours trying, I'm looking for a different approach. I wanna know if I can import from Postgres to Open Street Maps. I'm ...
5
votes
2answers
2k views

importing osm file into a postgres/postgis database

Im using the tool osm2pgsql to import an osm file into a postgres database using phppgadmin as the administrative tool. i have only downloaded a small town from osm in xml format and im having trouble ...
2
votes
2answers
805 views

What DBMS should I use to store openstreetmap as a graph?

Background: I need to store the following data in a database: osm nodes with tags; osm edges with weights (that is an edge between two nodes extracted from 'way' from an .osm file). Nodes that ...
1
vote
1answer
230 views

Incorrect data by osm2pgsql for multipolygons

I try to convert Europe OSM data to my postgis database and observe that some countries like Greece or Russia are imported incorrectly. It seems that it takes only part of their geometries. For ...
1
vote
1answer
3k views

PostGIS : nearest linestring to a given point

I've been using PostGIS in a long time now but never had to use the LINESTRING geometry ... yet! :) Here's what I would like to do : I have a table of linestrings (representing streets of a given ...
6
votes
4answers
5k views

Display Map like OpenStreetMap

I like the way OpenStreetMap display its map. It almost looks like Google Map. I have already installed GeoServer and PostGis on my notebook. I also got this cloudmade osm file for my country, ...