This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| get the FileGDB API http://www.esri.com/apps/products/download/ | |
| extract it somewhere on your system and remember the path :) | |
| mkdir build #directory where we are playing around | |
| cd build | |
| git clone https://github.com/OSGeo/gdal.git | |
| cd gdal | |
| ./configure --with-fgdb=/path/to/your/FileGDB_API | |
| make | |
| (make install) optional, I'm just using it locally |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <OGRVRTDataSource> | |
| <OGRVRTLayer name="mylines"> | |
| <SrcDataSource>berlin-small.osm</SrcDataSource> | |
| <LayerSRS>WGS84</LayerSRS> | |
| <Field name="other_tags"/> | |
| <Field name="highway"/> | |
| <Field name="osm_id"/> | |
| </OGRVRTLayer> | |
| </OGRVRTDataSource> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MAP | |
| FONTSET "fonts.lst" | |
| IMAGETYPE png | |
| MAXSIZE 25000 | |
| SIZE 800 800 | |
| EXTENT -20000000 -20000000 20000000 20000000 | |
| UNITS meters | |
| WEB | |
| METADATA | |
| "ows_enable_request" "*" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Had to open data source read-only. | |
| INFO: Open of `berlin-small.osm' | |
| using driver `OSM' successful. | |
| Layer name: points | |
| Geometry: Point | |
| Feature Count: -1 | |
| Extent: (13.425000, 52.465700) - (13.460100, 52.481200) | |
| Layer SRS WKT: | |
| GEOGCS["WGS 84", |
NewerOlder