Ticket #1233 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

Open Layers 2.5 Examples

Reported by: openlayers Owned by:
Priority: blocker Milestone: Maintenance
Component: general Version: 2.5
Keywords: Cc:
State:

Description

Hello -

I am very interested in using OpenLayers for a project I am working on, which involves reading an WFS-T file, processing it, returning a GML file, processing it then showing the results.

I have bugun testing by downloading the OpenLayers-2.5 code, and running the 'wfs-t.html' under the examples directory. It popups a message saying "Unhandled request return Not Found."

Could you point me in the right direction to get this working? And how much do you think OpenLayers could help me in solving the problem above in the first paragraph?

Thanks so much, Michael Hildebrand mike@…

Change History

Changed 5 years ago by tschaub

  • status changed from new to closed
  • resolution set to invalid

Google for "Same Origin Policy." Then read the FAQ for the bit on "ProxyHost" ( faq in wiki).

Then you'll probably want to read a bit on WFS. I doubt that you really want to read a WFS-Transaction and return GML. Perhaps you want to issue a WFS GetFeature request (try the WFS layer) and display some features. Or maybe translate some vector data in to GML (try the GML format)?

In any case, you'll probably have the most luck writing a well formed email to the users mailing list (see the list-info page).

Note: See TracTickets for help on using tickets.