Daily Archives: 25.10.13

Create GeoJSON in php

GeoJSON is a text format for encoding various geographical structures. I have a large number of point data with various extra information stored in a postgresql data base. I fetch all the data into an array in php, using PDO::FETCH_ASSOC, … Continue reading

Posted in Diverse | Comments Off on Create GeoJSON in php