There is a little post on getting Google Earth and Rails apps talking to each other at: GE-Rails. There is even a hint on using merb instead or Rails
Google Earth on Rails
1
There is a little post on getting Google Earth and Rails apps talking to each other at: GE-Rails. There is even a hint on using merb instead or Rails
Create a template_postgis database Some might find this useful for creating PostGIS databases without having to be PostgreSQL super users. The idea is to create a template_postgis database, install plpgsql and postgis into it, and then use this database as a template when creating new PostGIS databases.
Now non-super users can create PostGIS databases using template_postgis:
$ createdb my_geo_db -W -T template_postgis
One of our contributers Shoaib gave a talk at an Australian Government agency. Here are his slides. Best viewed with his talk notes.