You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenQuake Developers
In the Earthquake Consequences Database we are assuming all map layers
will be served out by Geoserver. To keep things simple we are trying
to say that maps can only be drawn if the layers come out of
Geoserver. However we are getting some users who have map data in KMZ
files. These users don't like it if I tell them to go away and get
their data in another format! Is there any way of loading KML/KMZ data
into PostGIS/Geoserver?
Jeffrey Johnson
unread,
Apr 11, 2012, 9:26:02 AM4/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openqu...@googlegroups.com
Hi Simon,
The most straightforward way is to use ogr2ogr to transform it directly into the PostGIS DB, or into an intermediate format that can then be loaded normally.