Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Catalog-Converter notes #92

Closed
rowanwins opened this issue Sep 29, 2020 · 4 comments
Closed

Catalog-Converter notes #92

rowanwins opened this issue Sep 29, 2020 · 4 comments

Comments

@rowanwins
Copy link

rowanwins commented Sep 29, 2020

Tool run on 29 Sept 2020

Models required

  • esri-mapServer
  • ckan-resource
  • wps

Properties missing

  • ignoreUnknownTileErrors (underway)
  • preserveOrder (underway)
  • featureInfoTemplate.info
  • featureInfoTemplate.formats (underway)
  • keepOnTop (underway)
  • clipToRectangle (underway)
  • useOwnClock (deprecated)
@nf-s
Copy link

nf-s commented Sep 29, 2020

Some of those properties are covered by TerriaJS/catalog-converter#12

@na9da
Copy link
Contributor

na9da commented Sep 29, 2020

WPS exists right? Or is it not complete enough to suppor the geoglam service?

@rowanwins
Copy link
Author

Yep WPS is implemented in next, 🤞 enough for geoglam configuations

@nf-s
Copy link

nf-s commented Jul 7, 2022

Errors as of 07/07/2022

Error stats:
{
  "unknownProps": 0,
  "missingRequiredProps": 0,
  "unknownTypes": 0,
  "inputNotPlainObjects": 0
}
Warning stats:
{
  "unknownProps": 50,
  "missingRequiredProps": 0,
  "unknownTypes": 0,
  "inputNotPlainObjects": 0
}
Unknown types: {}
Unknown properties: {
  "WebMapServiceCatalogItem": {
    "useOwnClock": 18,
    "": 1
  },
  "EsriMapServerCatalogItem": {
    "layer name": 3,
    "ignoreUnknownTileErrors": 22
  },
  "CkanCatalogItem": {
    "debugFormat": 2
  },
  "GeoJsonCatalogItem": {
    "preserveOrder": 2,
    "featureInfoTemplate.info": 2
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants