Hi, i tried it, no luck here. I added some WMS specs in my mapfile, and i can see my two test records when i open the layer as a WMS in openlayers... but, if i may, let me ask another question...
I'm very new in this technology, i'm just testing all this, because we want to now if we can develop ourself what our customer asks us, or do we have to 'buy' the solution from another company (who is more an expert is this kind of software). The requirement is simple: i need to show some raster data (will be delivered to me) together with positions of ships (that come from a database). The ships need to be clickable and of course, some information about the ship comes up (classic hugh ;)) Because of the heavy amount of ships (> 1000), i do not want to use javascript-code to add my objects. (our current project does that in Googlemaps, which act slow if many "markers' are added) So, I'm able to show a WMS layer (based on my test shapefile). i guess if that works, i will be able to show some raster data aswell. Now comes the 'unknown' part for me. I know i can show my ships as an WMS layer, as a pure image, (i tested this) but can i add my clickable funtionality? or is a WFS layer better here...? i know the site mentions books to read about Mapserver, but the books date from 2005, are there any more recent good books out there? Greetz Peesjee Jukka Rahkonen wrote: > > Hi, > > I am not sure how strict uDig is with the getCapabilities response, but if > uDig is trying to utilise the information it is reading from the document > then I suppose it will fail. Your server is advertising the following as > getMap onlineResource: > > <GetFeature> > ... > <Get > onlineResource="http://localhost/cgi-bin/mapserv.exe?map=test3.map&"/> > > Try to edit onlineResource to be something like > <Get > onlineResource="http://localhost/cgi-bin/mapserv.exe?service=WFS&version=1.0.0&request=getFeature&map=test3.map&"/> > > -Jukka Rahkonen- > > >> -----Alkuperäinen viesti----- >> Lähettäjä: [email protected] >> [mailto:[email protected]] Puolesta Peesjee >> Lähetetty: 13. tammikuuta 2009 13:07 >> Vastaanottaja: [email protected] >> Aihe: [mapserver-users] Show WFS layer >> >> >> Hi, >> >> i'm new to Mapserver, i succesfully added a WMS layer from a >> shapefile, but now i want to add a WFS layer that connects to >> my Sybase (via ODBC). I followed the doc on "Virtual Spatial >> data". This connection works well (tested with ogrinfo). The >> shp2img tool gives me a map image, with my features on, so >> far so good... >> >> I can do a "getcapabilities" and a "getfeature". The last one >> return my two test records nicely. But here i'm stuck, now i >> want to display this data. >> >> I tried the following: >> - I added this WFS layer with OpenLayers (which i also used >> for my WMS layer), nothing shows... >> - i used uDig to open this WFS layer, the layer opens, but >> i get an RenderingError (and saying 0 features) >> >> These are my "getcapabilities" and a "getfeature". I also >> added my Map-file. >> I've been stuck since two days on this, so some properties >> maybe just there for testing... >> >> http://n2.nabble.com/file/n2150639/getcapabilities.xml >> getcapabilities.xml >> http://n2.nabble.com/file/n2150639/getfeature.xml >> getfeature.xml http://n2.nabble.com/file/n2150639/test3.map test3.map >> >> So whats my next step? I don't know what i can do here... >> >> Greetz >> Peesjee >> -- >> View this message in context: >> http://n2.nabble.com/Show-WFS-layer-tp2150639p2150639.html >> Sent from the Mapserver - User mailing list archive at Nabble.com. >> >> _______________________________________________ >> mapserver-users mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/mapserver-users >> > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users > > -- View this message in context: http://n2.nabble.com/Show-WFS-layer-tp2150639p2151774.html Sent from the Mapserver - User mailing list archive at Nabble.com. _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
