Tag Info

Hot answers tagged

3

You should access it through http protocol. file protocol is not allowed with a WFS server. see this StackOverflow question. To test geoserver WFS try GetCapabilities request. For your case try this: http://localhost:8080/geoserver/wfs?service=wfs&version=1.1.0&request=GetCapabilities. More info at geoserver manual


2

The reasons why it is so slow is you retrieve megabytes of data doing your WFS request. To confirm, open Firebug (Firefox addon debugger) or Chrome and look into Net(work) panel. You will see it's too huge. This data takes time to be process (your "page is unresponsive" syndrom) browser capabilities: you never display more than one thousand of feature in ...



Only top voted, non community-wiki answers of a minimum length are eligible