File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22# OSM GIS Export
33
4- THIS IS A VERY PRELIMINARY VERSION JUST MOVED HERE FROM THE LIBOSMIUM EXAMPLES!
4+ This is some older code, not really maintained, but could be useful, so we
5+ keep it here.
56
67A bunch of programs to export OSM data into GIS formats such as Shapefiles,
78PostgreSQL or Spatialite.
89
9- [ ![ Build Status] ( https://github.com/osmcode/osm-gis-export/workflows/CI /badge.svg?branch=master )] ( https://github.com/osmcode/osm-gis-export/actions )
10+ [ ![ Build Status] ( https://github.com/osmcode/osm-gis-export/actions/ workflows/ci.yml /badge.svg )] ( https://github.com/osmcode/osm-gis-export/actions )
1011
1112Sorry, do docs yet. You have to look at the source code and change it according
1213to your needs. This software can be used as basis for your own experiments, but
@@ -18,8 +19,7 @@ support.
1819
1920## Requires
2021
21- You need a C++11 compliant compiler. GCC 4.8 and later as well as clang 3.4 and
22- later are known to work. You also need the following libraries:
22+ You need a C++14 compliant compiler. You also need the following libraries:
2323
2424 Osmium Library
2525 Need at least version 2.13.1
You can’t perform that action at this time.
0 commit comments