OpenHistoricalMap / osm2pgsql

OpenStreetMap data to PostgreSQL converter
http://wiki.openstreetmap.org/wiki/Osm2pgsql
GNU General Public License v2.0
2 stars 0 forks source link

Time field support for osm2pgsql #1

Open jeffreyameyer opened 11 years ago

jeffreyameyer commented 11 years ago

osm2pgsql doesn't currently support time-based types.

Use case: importing end_date and start_date from apidb to rendering db as dates instead of strings.

timwaters commented 10 years ago

added in e501c18a819c199a4909bbc93e74f66f361bf462

type can be "date", however not tried it with rendering / mapnik