Hi, On Oct 16, 2010, at 22:32 , SVEN GMAIL wrote:
> Does anyone have ideas about these? > I would like to add “measure area and length” to my WMS, via a button. Where > can i find documentation on that? Are you talking about the layer preview in GeoServer? It is implemented with OpenLayers (http://openlayers.org). For measuring, the best thing to get started is to examine this example: http://openlayers.org/dev/examples/measure.html > I have problems with IE and firefox. My getfeatureinfo works with IE but not > with firefox? This is usually because IE has a less restrictive Same Origin Policy. For example, if your web page with the script that issues the GetFeature request is hosted at http://localhost/ and GeoServer at http://localhost:8080/, the same origin policy is violated in every browser except IE. For more information, read the Note here: http://docs.openlayers.org/library/request.html Regards, Andreas. > > Thx > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev_______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
