Commit Graph

49 Commits

Author SHA1 Message Date
7b854278d7 Small gramatic change
The original phrase was difficult to understand. I slightly changed to a more direct phrasing.
2016-08-09 12:11:22 +02:00
6551f935ba Remove entirely unused POI tag 2016-04-03 16:49:35 -07:00
6f7e5faf2b Merge branch 'upstream/master' into nocolumn 2015-07-15 01:23:50 -07:00
feb9d90dd3 Add column flags to sample .style files
The behavior for columns without any flags is badly defined, and
changing the lines above them can have odd results.
2015-05-22 20:59:08 -07:00
b75a2b603d Change proposed hstore flag to nocolumn 2015-02-22 06:12:47 -08:00
b50c6eb869 Merge branch 'master' into nocolumn 2015-02-22 05:25:24 -08:00
8e8bbaab21 Add recommended types to columns for extra attributes
By using non-text types the columns are small, indexes are smaller,
and inequality and range compairsons are possible.

osm_changeset was, oddly, missing.
2015-02-03 10:32:49 -08:00
7f06d3d37b Remove nocache flag from religion
The nocache flag is depreciated and does nothing
2015-01-10 18:51:41 -08:00
d21c739184 Forward port of hstore only database patch:
Replace phstore flag in style by a generic hstore flag
which is also usable for points and lines.

This is useful in conjunction with the --hstore-match-only option

Keep phstore option as an alias for polygon,hstore to provide
backward compatibility for older style files.
2014-12-20 14:01:40 +01:00
d68507e578 Remove phstore flag from style and replace ist by a generic hstore flag
which is also usable for points and lines.

This is useful in conjunction with the --hstore-match-only option
2014-07-02 23:09:37 +02:00
51b81f4816 Add abandoned: tags to phstore list
The non-abandoned version of these tags are areas, so the abandoned
ones should be too.

Necessary for hotosm/HDM-CartoCSS#126.

Also defines area:highway as an area in default.style
2013-09-27 16:08:18 -07:00
1331b6c5ce Add delete list from empty.style to default.style 2013-09-15 19:26:25 -07:00
97575db7fa Conver default.style to standard line endings from windows line endings 2013-09-07 21:56:42 -07:00
184a586d6c Expand default.style documentation
These changes are purely in comments and the unused nocache flag

Fixes #66
2013-09-07 01:03:09 -07:00
1d058baba5 +public_transport 2012-11-18 18:42:04 +00:00
4e9c10f001 + add office=* 2012-10-08 20:19:58 +00:00
6f8177cfaa 2 minor changes:
* add created_by tag to get deleted in default style
* add notice that passwort can be specified via PGPASS
  environment variable to --help output
2011-09-02 14:43:04 +00:00
9c0a420726 Add culvert,harbour,intermittent,population to be prepared for possible usage 2011-05-04 19:51:45 +00:00
c96f405fc4 Set place=* to polygon. 2011-03-23 22:58:21 +00:00
c05b3d6713 Add generator:source, tower:type, water 2011-03-23 22:38:00 +00:00
2975610040 Add addr:housename, brand, covered, denomination, surface, toll, wetland to default.style 2011-02-06 22:54:44 +00:00
b19d245f04 Remove 3 unused (and undocumented) keys 2010-10-18 13:40:29 +00:00
2ce8ba56de Make shop into type polygon, to have closed ways with no polygon-enforcing
tags (eg. missing building=yes) still show up in the polygon table.
2010-01-11 02:20:00 +00:00
97e892068c Disable the new osm_{user,uid,timestamp,version} columns since the --extra-attributes option is off by default 2009-12-19 16:31:11 +00:00
711ab08b30 Allow user,uid,version & timestamp attributes to be imported from osm objects. Fixes #2405. 2009-12-19 16:21:43 +00:00
1f3a6ac047 Add shop=*, as a first step to be able to render them. 2009-11-12 12:23:46 +00:00
00f173e92b Add operator for nodes,ways 2009-09-04 19:47:36 +00:00
d1aa5f8455 service added for parking_aisle 2009-04-22 19:58:09 +00:00
c296afeaa2 add construction to default.style 2009-03-01 21:41:49 +00:00
91d6313429 add capital and lock to default.style 2009-02-08 20:47:36 +00:00
71d6de689b add three addr: lines 2009-02-01 11:39:23 +00:00
82b653185f Add barrier for latest osm.xml 2009-01-27 22:59:43 +00:00
b78a97af1a Add ele column as used by latest osm.xml 2008-12-16 22:12:33 +00:00
3eb9173107 Add historic= as polygon 2008-12-02 23:10:42 +00:00
cd6e5bddb7 Update default.style. We now want to render aerialway on points too 2008-11-16 12:51:50 +00:00
77881e7f5a osm2pgsql: Treat lines and polygons the same way when trying to work out if the way should go into the roads table. This allows ways with both waterway and boundary set to be rendered correctly. Also allow tagged islands to appear. Swap order of entries in the layer table to put the most common ones near the front which will speed up the matching. 2008-10-22 23:24:36 +00:00
adf3d5a425 Add 'disused' column into osm2pgsql style 2008-10-07 22:42:49 +00:00
5a881f47d1 Convert waterway into a polygon to match latest osm.xml 2008-09-30 21:25:17 +00:00
d10df2f023 Add power_source column for latest osm.xml 2008-09-02 21:25:55 +00:00
280ed49d64 Add aerialway as linear way type to osm2pgsql default.style 2008-07-27 20:05:49 +00:00
a3bdfd2c31 Add tracktype which is required by latest osm.xml 2008-06-17 21:34:04 +00:00
2ace98b656 - adding poi key 2008-06-12 10:30:58 +00:00
aaac99b8ef Add explicit support for area= into osm2pgsql 2008-05-26 21:08:50 +00:00
eba5338432 Update osm2pgsql to remove minor memory leak of style data. Free up mid-layer memory before doing final step which only touches the final DB. Move boundary data into roads table. Document use of roads table for low-zoom features. Make final DB step multi-threaded. Update default.style to work with existing mapnik code + osm.xml (otherwise Mapnik fails to handle string/integer comparisons in admin_level). 2008-05-26 19:33:14 +00:00
5645aef1aa Add support for route relations. It has some special processing for bicycle
routes which I just copied from the gravitystorm code. For normal relations
like bus routes it should work also. To actually use bicycle relations the
user will need to uncomment the relevent columns in the style file.
2008-05-18 08:10:54 +00:00
ed79ab4548 mapnik default.style:remove gpsdrive line 2008-04-29 20:57:53 +00:00
411e968fcb mapnik default.style: move to /usr/share/openstreetmap-utils for debian package 2008-04-29 20:57:05 +00:00
5c63e0e2e9 Make the style file's use of tags more strict, we now define a strict set of
flags which are used and the remainder are warned about. In particular we
have the 'delete' flag which indicates the tag should be ignored entirely.

Additionally we now look through all the tags in filter_tags and remove any
we don't know about. This is primarily for slim mode, stuff which it doesn't
understand should be deleted to save space.
2008-04-15 20:35:22 +00:00
35a16af0d0 Commit many new changes to osm2pgsql, including:
- list of tags read from file
- slim mode works again
- relations properly supported
- more efficient DB usage

It includes some restructuring of the code, in particular, the output module
manages the mid-level now and the main program doesn't call it at all. This
moves many of the previous hacks to the output module which can manage the
mid-level as appropriate for its output (i.e. slim mode requires different
semantics from ram mode)
2008-04-11 12:10:06 +00:00