Skip to content

Commit d3af9fd

Browse files
committed
Update README
1 parent ba508f5 commit d3af9fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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

67
A bunch of programs to export OSM data into GIS formats such as Shapefiles,
78
PostgreSQL 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

1112
Sorry, do docs yet. You have to look at the source code and change it according
1213
to 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

0 commit comments

Comments
 (0)