Closed doeni closed 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.
@doeni thanks for pointing out this issue, I have added precision and scale to all decimal columns in the latest master.
precision
scale
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.