From: Tim D. <tim...@ri...> - 2012-03-09 14:14:11
|
I would be interested to know if there's a way of doing this without parsing the KML yourself. It would be nice to display complex EPSG: 4326 KML on OSM without having to do that. Tim. On 9 March 2012 13:03, Michael Schommer <mi...@ja...> wrote: > Thanks, > > I managed to display the route with projection mapping on osm. I've > seen another user on the Mail Archive with problems with the > projections on displaying a route. > Please see: > > http://stackoverflow.com/a/9633000/942113 > > Gruß > Michael > > 2012/3/8 Robin Marterer <mar...@ci...>: > > Hi! > > > > Same answer as last time: > > > > private VectorFeature[] getFeaturesFromKML(String kml){ > > KML kmlReader= new KML(); > > kmlReader.getJSObject().setProperty("extractStyles", true); > > kmlReader.getJSObject().setProperty("extractAttributes", true); > > VectorFeature[] features= kmlReader.read(kml); > > return features; > > } > > > > Not sufficient? > > > > Best regards > > Robin > > > > > > > > Am 08.03.2012 um 17:47 schrieb Michael Schommer: > > > > Hi, > > > > I have a URL which returns KML and want to diplay it on an OSM Map > > with gwt-openlayers. > > I think I should use the GML-layer. > > > > Can someone give me a small example (some lines of code) how to do > > that with gwt-openlayers. > > > > Gruß > > Michael > > > > > ------------------------------------------------------------------------------ > > Virtualization & Cloud Management Using Capacity Planning > > Cloud computing makes use of virtualization - but cloud computing > > also focuses on allowing computing to be delivered as a service. > > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > _______________________________________________ > > Gwt-openlayers-users mailing list > > Gwt...@li... > > https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users > > > > > > -- > > Universitaet Paderborn, C.I.K. > > Robin Marterer, M.Sc. > > > > Fon: +49(5251)60-2233 > > Fax: +49(5251)60-3206 > > E-Mail: mar...@ci... > > > > Pohlweg 47-49 > > 33098 Paderborn > > http://www-cik.uni-paderborn.de > > > > > > > ------------------------------------------------------------------------------ > > Virtualization & Cloud Management Using Capacity Planning > > Cloud computing makes use of virtualization - but cloud computing > > also focuses on allowing computing to be delivered as a service. > > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > _______________________________________________ > > Gwt-openlayers-users mailing list > > Gwt...@li... > > https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users > > > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Gwt-openlayers-users mailing list > Gwt...@li... > https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users > -- *Tim Dudman* *Principal Consultant* *RiskAware Ltd* *Tel: +44 (0) 117 9330543* *Web: **www.riskaware.co.uk* <http://www.riskaware.co.uk/> RiskAware Limited. Registered in England. Company Number: 3812608. VAT Number: 740 891 815. Registered Address: 9th Floor, Colston Tower, Colston Street, Bristol, BS1 4XE. The information in this email is intended solely for the addressee(s) and may contain privileged material. Access to this email by anyone else is unauthorised. Any review, retransmission, dissemination or any use of this information by persons or entities other than the intended recipient is strictly prohibited. RiskAware Ltd reserves the right to monitor all outgoing and incoming e-mails. |