herrkaefer / psycopgr

A Python wrapper of pgRouting for routing from nodes to nodes on real map.
MIT License
28 stars 7 forks source link

added int to allowed types for metadata values #3

Closed jmtaysom closed 6 years ago

jmtaysom commented 6 years ago

so the SRID can be changed. otherwise it throws the following WARNNING: set_meta_data: invalid value

Also improved the import functionality.

herrkaefer commented 6 years ago

@jmtaysom thanks!