[imposm] 13/27: Imported Upstream version 2.6.0+ds

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 31 17:47:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository imposm.

commit 6bdc045dfa3e4e067f453161f72792b3c0652fe2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 31 13:40:06 2015 +0200

    Imported Upstream version 2.6.0+ds
---
 imposm.egg-info/PKG-INFO               | 140 ---------------------------------
 imposm.egg-info/SOURCES.txt            |  50 ------------
 imposm.egg-info/dependency_links.txt   |   1 -
 imposm.egg-info/entry_points.txt       |   4 -
 imposm.egg-info/namespace_packages.txt |   1 -
 imposm.egg-info/requires.txt           |   3 -
 imposm.egg-info/top_level.txt          |   1 -
 7 files changed, 200 deletions(-)

diff --git a/imposm.egg-info/PKG-INFO b/imposm.egg-info/PKG-INFO
deleted file mode 100644
index 47252d2..0000000
--- a/imposm.egg-info/PKG-INFO
+++ /dev/null
@@ -1,140 +0,0 @@
-Metadata-Version: 1.1
-Name: imposm
-Version: 2.6.0
-Summary: OpenStreetMap importer for PostGIS.
-Home-page: http://imposm.org/
-Author: Oliver Tonnhofer
-Author-email: olt at omniscale.de
-License: Apache Software License 2.0
-Description: 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.6.0 2015-01-10
-        ~~~~~~~~~~~~~~~~
-        
-        - improve load performance of large limit-to geometries
-        - check connection before reading and fail if unable to connect
-        - new BoundaryPolygons mapping class that keeps inserted ways
-        - quote column names when generalizing table
-        - only skip import of polygons if way was inserted as multipolygon
-        - only look for tables/views/indexes with schema=public when rotating tables
-        - updated generated code for internal cache
-        - minor fixes
-        
-        2.5.0 2012-12-06
-        ~~~~~~~~~~~~~~~~
-        
-        - PostGIS 2 support
-        - new --limit-to option to limit imports to polygons
-        - added --quiet option that only logs progress once per minute
-        - add StringIndex and Index mappings for PostgreSQL
-        - always drop tables _and_ views with same name before creating new
-          table/view. allows to change mappings from views to tables and
-          vice versa.
-        - internal refactoring to make support for non SQL databases easier
-        
-        
-        2.4.0 2012-03-30
-        ~~~~~~~~~~~~~~~~
-        
-        - new Class and Type field types
-        - add support to disable automatic ``type`` column
-        - new --connection option
-        - support for PostGIS Trigram indices
-        - do not try to simplify empty geometries
-        - limit progress logging to 5 times per second
-        - use SERIAL as primary key to support multiple features
-          with the same OSM ID
-        - new optional splitting of long line strings
-        - use BIGINT for OSM ID in Postgres to support 64bit OSM IDs
-        
-        
-        2.3.2 2011-09-05
-        ~~~~~~~~~~~~~~~~
-        
-        - fixed --table-prefix
-        - add --debug option for more verbose output
-        - fixed way merging
-        - fixed default_name_fields for UnionViews
-        - improved (contains) relation builder
-        
-        2.3.1 2011-07-05
-        ~~~~~~~~~~~~~~~~
-        
-        - DROP views instead of REPLACE to prevent errors
-          when columns changed
-        
-        2.3.0 2011-07-05
-        ~~~~~~~~~~~~~~~~
-        
-        - new PseudoArea field type
-        - new Name and LocalizedName field type
-        - update SRS in GeneralizedTables and UnionTables
-        - new waterareas_gen0|1 in default style
-        - new area field in landusages table
-        - new meter_to_mapunit function to use same mapping
-          for EPSG:4326 and projected SRS
-        
-        2.2.0 2011-06-01
-        ~~~~~~~~~~~~~~~~
-        
-        - support for Shapely speedups (>=1.2.10)
-        - new --port option for PostgreSQL port
-        - reduced size of nodes cache by ~40%
-        - store inserted ways in extra cache
-        - support for relations type=boundary
-        - new faster relation builder that supports
-          relations with >1000 rings
-        - set import options in mapping file
-        
-          - import_partial_relations=True/False
-          - relation_builder=contains(new)/union(old)
-          - imposm_multipolygon_report=60(seconds)
-          - imposm_multipolygon_max_ring=0
-        
-        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
diff --git a/imposm.egg-info/SOURCES.txt b/imposm.egg-info/SOURCES.txt
deleted file mode 100644
index 03e8984..0000000
--- a/imposm.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-CHANGES
-LICENSE
-MANIFEST.in
-README.rst
-internal.proto
-setup.cfg
-setup.py
-imposm/900913.sql
-imposm/__init__.py
-imposm/app.py
-imposm/base.py
-imposm/config.py
-imposm/dbimporter.py
-imposm/defaultmapping.py
-imposm/geom.py
-imposm/mapping.py
-imposm/merge.py
-imposm/multipolygon.py
-imposm/psqldb.py
-imposm/reader.py
-imposm/version.py
-imposm/writer.py
-imposm.egg-info/PKG-INFO
-imposm.egg-info/SOURCES.txt
-imposm.egg-info/dependency_links.txt
-imposm.egg-info/entry_points.txt
-imposm.egg-info/namespace_packages.txt
-imposm.egg-info/requires.txt
-imposm.egg-info/top_level.txt
-imposm/cache/__init__.py
-imposm/cache/internal.cc
-imposm/cache/osm.py
-imposm/cache/tc.c
-imposm/cache/tc.pyx
-imposm/db/__init__.py
-imposm/db/config.py
-imposm/db/postgis.py
-imposm/test/__init__.py
-imposm/test/test_cache.py
-imposm/test/test_dbimporter.py
-imposm/test/test_field_types.py
-imposm/test/test_imported.py
-imposm/test/test_large_limit_to_geom.py
-imposm/test/test_limit_to.py
-imposm/test/test_multipolygon.py
-imposm/test/test_tag_mapper.py
-imposm/util/__init__.py
-imposm/util/geom.py
-imposm/util/lib.py
-imposm/util/ogr.py
\ No newline at end of file
diff --git a/imposm.egg-info/dependency_links.txt b/imposm.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/imposm.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/imposm.egg-info/entry_points.txt b/imposm.egg-info/entry_points.txt
deleted file mode 100644
index 97b9dab..0000000
--- a/imposm.egg-info/entry_points.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-[console_scripts]
-imposm = imposm.app:main
-imposm-psqldb = imposm.psqldb:main
-
diff --git a/imposm.egg-info/namespace_packages.txt b/imposm.egg-info/namespace_packages.txt
deleted file mode 100644
index b31019c..0000000
--- a/imposm.egg-info/namespace_packages.txt
+++ /dev/null
@@ -1 +0,0 @@
-imposm
diff --git a/imposm.egg-info/requires.txt b/imposm.egg-info/requires.txt
deleted file mode 100644
index 0c1e698..0000000
--- a/imposm.egg-info/requires.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-imposm.parser
-psycopg2
-Shapely
\ No newline at end of file
diff --git a/imposm.egg-info/top_level.txt b/imposm.egg-info/top_level.txt
deleted file mode 100644
index b31019c..0000000
--- a/imposm.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-imposm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/imposm.git



More information about the Pkg-grass-devel mailing list