yalesov / zf2-geoname

Maintain a local copy of the Geonames (places) database.
12 stars 1 forks source link

Lat / Long #1

Closed doeni closed 11 years ago

doeni commented 11 years ago

Using Doctrine schema-tool creates table with lat/long as decimal(10,0). Ending up with rounded lat/longs. Setting to double will fix it i guess.

heartsentwined commented 11 years ago

@doeni thanks for pointing out this issue, I have added precision and scale to all decimal columns in the latest master.