Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I would like to create a postgresql geodatabase able to display, with OL3, data entered through a php script. In the php script i indicated the two fields latitude and longitude data as numeric fields. Does anyone have any suggestions on how to make it clear to postgresql that the fields are the latitude and longitude coordinate fields, or I have to implement a conversion to the format recognized by postgresql? In this case how can I do? Thank You

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.