Re: [Potlatch-dev] Upgrade to fp10 + flex4

2011-06-30 Thread Andy Allan
On Thu, Jun 30, 2011 at 7:06 AM, Frederik Ramm frede...@remote.org wrote: Hi, On 06/30/11 01:39, Greg Troxel wrote: Does this work with gnash?  I have gnash 0.8.9 installed, and I've been able to use potlatch1 but not potlatch2. As far as I understand, your ability to use gnash is

Re: [Potlatch-dev] Upgrade to fp10 + flex4

2011-06-30 Thread Greg Troxel
Greg, you want to look at the lightspark project, http://sourceforge.net/apps/trac/lightspark . It's direct goal is AS3 support, it's under heavy development and is much more likely to support potlatch2 than gnash ever will. They've implemented a fair amount of the AS3 language but it's

Re: [Potlatch-dev] [OpenStreetMap] #3874: Potlatch bug with renaming streets names

2011-06-30 Thread OpenStreetMap
#3874: Potlatch bug with renaming streets names ---+ Reporter: M-Rick | Owner: potlatch-dev@… Type: defect | Status: new Priority: major |

Re: [OSM-dev] shp2multipolygon

2011-06-30 Thread André Riedel
There is a python program programm named ogr2osm http://wiki.openstreetmap.org/wiki/Ogr2osm It does exactly what you want. Ciao André 2011/6/30 Anthony o...@inbox.org: Does anyone have code to do shapefile to multipolygon (in .osm/.pbf/.o5c format)?  What I want is to take a shapefile with

Re: [OSM-dev] shp2multipolygon

2011-06-30 Thread John Smith
On 30 June 2011 23:28, André Riedel riedel.an...@gmail.com wrote: There is a python program programm named ogr2osm http://wiki.openstreetmap.org/wiki/Ogr2osm It does exactly what you want. My problem is I'm trying to merge 2 shp files into a single multipolygon osm file. From these 2 files:

Re: [OSM-dev] shp2multipolygon

2011-06-30 Thread Ian Dees
I wrote my java shp-to-osm specifically to deal with multipolygons. Give it a try ands see if it does shat you want. On Jun 30, 2011 8:24 AM, Anthony o...@inbox.org wrote: Does anyone have code to do shapefile to multipolygon (in .osm/.pbf/.o5c format)? What I want is to take a shapefile with

Re: [OSM-dev] shp2multipolygon

2011-06-30 Thread Ian
On Thursday, June 30, 2011 8:41:31 AM UTC-5, John Smith wrote: On 30 June 2011 23:28, André Riedel riedel...@gmail.com wrote: There is a python program programm named ogr2osm http://wiki.openstreetmap.org/wiki/Ogr2osm It does exactly what you want. My problem is I'm trying to merge 2

Re: [OSM-dev] How to use osmosis as a lib with direct access to the classes?

2011-06-30 Thread Ian
Take a look at the code for my XAPI servlet: https://github.com/iandees/xapi-servlet/blob/master/src/main/java/com/yellowbkpk/geo/xapi/servlet/XapiServlet.java There's a lot of HTTP and XAPI-related stuff in there, but the Osmosis classes are there: Line 130 and the makeRequestIterator() method

Re: [OSM-dev] shp2multipolygon

2011-06-30 Thread John Smith
On 1 July 2011 11:24, Ian ian.d...@gmail.com wrote: On Thursday, June 30, 2011 8:41:31 AM UTC-5, John Smith wrote: My problem is I'm trying to merge 2 shp files into a single multipolygon osm file. Use a GIS program that talks shapefiles (like QGIS) to merge the data into one shapefile and