Changes between Version 4 and Version 5 of SOSI


Ignore:
Timestamp:
Apr 25, 2013, 1:45:06 AM (11 years ago)
Author:
sbl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOSI

    v4 v5  
    33
    44[[TOC]]
    5 
     5 * General information on the Norwegian SOSI format in English ([http://www.kartverket.no/en/Standarder/SOSI/SOSI-Standard-in-English/?si=1312E52D3B0036D85BC5A610FAEBB7C6&rid=824272813&sn=Statkart])
     6 * General information on the Norwegian SOSI format in Norwegian ([http://www.kartverket.no/Standarder/SOSI/SOSI-standarden-del-1/])
    67 * Initial discussion about the integration if a driver for the Norwegian SOSI format ([http://trac.osgeo.org/gdal/ticket/3638])
    78 * Updates on the activities of the National Mapping Authority of Norway (Statens kartverk) on that topic (in Norwegian) ([http://labs.kartverket.no/sos/])
     
    3233[https://github.com/kartverket/gdal]
    3334
    34 Please note that in this version SOSI-support is non-optional.
    35 
    3635{{{
    3736git clone https://github.com/kartverket/gdal gdal_sosi
    3837cd gdal_sosi/gdal
    39 ./configure
     38#Recreate the configure script with SOSI support
     39sh autogen.sh
     40./configure --with-sosi
    4041make
    4142sudo make install