| | 19 | // |
|---|
| | 20 | // Word to the Wise from an anonymous OpenLayers hacker: |
|---|
| | 21 | // |
|---|
| | 22 | // The typename in the options list when adding/loading a wfs |
|---|
| | 23 | // layer not should contain the namespace before, (as in the |
|---|
| | 24 | // first typename parameter to the wfs consctructor). |
|---|
| | 25 | // |
|---|
| | 26 | // Specifically, in the first parameter you write typename: |
|---|
| | 27 | // 'topp:myLayerName', and in the following option list |
|---|
| | 28 | // typeName: 'myLayerName'. |
|---|
| | 29 | // |
|---|
| | 30 | // If you have topp included in the second one you will get |
|---|
| | 31 | // namespace 14 errors when trying to insert features. |
|---|
| | 32 | // |
|---|