ogr2osm icon indicating copy to clipboard operation
ogr2osm copied to clipboard

pnorman's version of UVM's Rewrite of ogr2osm

Results 17 ogr2osm issues
Sort by recently updated
recently updated
newest added

Hello @roelderickx Thanks for the nice repository. I have a question. I have a shp zip file which contains multiple shp files with other files like prj, shx. Can I...

When converting .shp to .osm it happens that the result has some shared borders that are represented as duplicated wasy JOSM validator reports; - warning: Ways with same position (much...

addparent is not called on new relation members in splitWayInRelation. It's also not called on the feature-geometry pairs in splitWay (in contrast to parseFeature). Neither is a serious issue, the...

I have cloned the project in Mac. write a translation file which is as follows. Note that my shapefile column names are almost identical to osm tags. ``` def filterTags(attrs):...

I am trying to make garmin maps for my own use incorporating the park boundaries in NPS_-_Land_Resources_Division_Boundary_and_Tract_Data_Service-shp.zip, which can be downloaded at https://www.nps.gov/subjects/gisandmapping/tools-and-data.htm. For brevity, call the unzipped shapefile "NPS.shp"....

It would be useful to be able to pass config options to translations modules. This would allow for more generalized translations as well as debug code in translation modules that...

enhancement

I wonder, what exactly is the difference and how should these be used properly?

If Big polygon that contain multiple ways , and inside is not any inner element, return type Multipolygon/Relation but do not apply any tags on multipolygon. tags only on ways....

I'm thinking of making a PR to separate the main function into one function for parsing CLI args, and then a main flow function that takes those CLI args as...

Hi all! I'm processing shapefiles with org2osm to feed the resulting data to osmosis (to create an android map with the mapfile-writer plugin). I found that I needed to include...