| 1 | | = Objectivs = |
| 2 | | Implementation of metadata of services (based on ISO19119) in GeoNetwork. |
| | 1 | = Aim = |
| | 2 | * add metadata of services based on ISO19119 in GeoNetwork. |
| | 3 | * add import XML document functionnality using XSLT stylesheet |
| | 4 | * add harwest WxS GetCapabilities |
| | 5 | |
| | 6 | == Mapping OGC:GetCapabilities to ISO19119 == |
| | 7 | |
| | 8 | Difference between version |
| | 9 | {{{ |
| | 10 | #!rst |
| | 11 | |
| | 12 | ============ ===== ======= ====== ========= |
| | 13 | Label GetCapabilities ISO19119 |
| | 14 | ------------ ---------------------- --------- |
| | 15 | . WMS WFS WFS xPath |
| | 16 | ============ ===== ======= ====== ========= |
| | 17 | Server Name False False False False |
| | 18 | Title True False True True |
| | 19 | Organisation False True True True |
| | 20 | URL True True True True |
| | 21 | Layers 0 0 0 0 |
| | 22 | ============ ===== ======= ====== ========= |
| | 23 | |
| | 24 | |
| | 25 | }}} |