Metadata-Version: 1.0
Name: imposm
Version: 2.1.3
Summary: OpenStreetMap importer for PostGIS.
Home-page: http://imposm.org/
Author: Oliver Tonnhofer
Author-email: olt@omniscale.de
License: Apache Software License 2.0
Description: .. # -*- restructuredtext -*-
        
        Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
        can import the data into PostgreSQL/PostGIS databases.
        
        It is designed to create databases that are optimized for rendering/WMS
        services.
        
        It is developed and supported by `Omniscale <http://omniscale.com>`_, runs on
        Linux or Mac OS X and is released as open source under the `Apache Software
        License 2.0 <http://www.apache.org/licenses/LICENSE-2.0.html>`_.
        
        See http://imposm.org/ for more information.
        
        Changelog
        ---------
        
        2.1.3 2011-04-19
        ~~~~~~~~~~~~~~~~
        
        - support for colons and other special chars in field and
          table names (e.g. de:name)
        
        2.1.2 2011-04-13
        ~~~~~~~~~~~~~~~~
        
        - make it work on 32bit systems
        
        2.1.1 2011-04-12
        ~~~~~~~~~~~~~~~~
        
        - new ``--proj`` option to change DB projection from EPSG:900913
        - abort if there are existing cache files
        - new ``--merge-cache`` and ``--overwrite-cache`` options
        
        2.1.0 2011-03-29
        ~~~~~~~~~~~~~~~~
        
        - first open source release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: GIS
