Main Page: Difference between revisions

From LHDB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
{
{
       "type": "Feature",
       "type": "Feature",
      "properties": {
        "stroke": "#fffa00",
        "stroke-width": 5
      },
       "geometry": {
       "geometry": {
         "type": "Point",
         "type": "Point",

Revision as of 16:45, 10 March 2024

<mapframe> problems:

  • The JSON content is not valid GeoJSON+simplestyle. The list below shows all attempts to interpret it. Not all are errors.
  • Possible mistake on element /0/query: The property query is required
  • Possible mistake on element /0/ids: The property ids is required
  • Possible mistake on element /0: Failed to match at least one schema
  • Possible mistake on element /0/title: The property title is required
  • Possible mistake on element /0/service: The property service is required
  • Possible mistake on element /0: Failed to match exactly one schema
  • Possible mistake on element /0/type: Does not have a value in the enumeration ["ExternalData"]
  • Possible mistake on element /0/geometries: The property geometries is required
  • Possible mistake on element /0/type: Does not have a value in the enumeration ["GeometryCollection"]
  • Possible mistake on element /0/type: Does not have a value in the enumeration ["MultiPolygon"]
  • Possible mistake on element /0/type: Does not have a value in the enumeration ["Point"]
  • Possible mistake on element /0/type: Does not have a value in the enumeration ["MultiPoint"]
  • Possible mistake on element /0/type: Does not have a value in the enumeration ["LineString"]
  • Possible mistake on element /0/type: Does not have a value in the enumeration ["MultiLineString"]
  • Possible mistake on element /0/type: Does not have a value in the enumeration ["Polygon"]
  • Possible mistake on element /0/coordinates: The property coordinates is required
  • Possible mistake on element /0/geometry/geometries: The property geometries is required
  • Possible mistake on element /0/geometry/type: Does not have a value in the enumeration ["GeometryCollection"]
  • Possible mistake on element /0/geometry/type: Does not have a value in the enumeration ["MultiPolygon"]
  • Possible mistake on element /0/geometry/coordinates/0/0: Double value found, but an array is required
  • Possible mistake on element /0/geometry/coordinates/0/0: Failed to match all schemas
  • Possible mistake on element /0/geometry/coordinates/0/1: Double value found, but an array is required
  • Possible mistake on element /0/geometry/coordinates/0/1: Failed to match all schemas
  • Possible mistake on element /0/geometry/coordinates: There must be a minimum of 2 items in the array
  • Possible mistake on element /0/geometry/coordinates/0: Array value found, but a number is required
  • Possible mistake on element /0/geometry/type: Does not have a value in the enumeration ["MultiPoint"]
  • Possible mistake on element /0/geometry/type: Does not have a value in the enumeration ["LineString"]
  • Possible mistake on element /0/geometry/coordinates: Failed to match all schemas
  • Possible mistake on element /0/geometry/type: Does not have a value in the enumeration ["MultiLineString"]
  • Possible mistake on element /0/geometry/coordinates/0: Failed to match all schemas
  • Possible mistake on element /0/geometry/type: Does not have a value in the enumeration ["Polygon"]
  • Possible mistake on element /0/geometry/coordinates/0: There must be a minimum of 4 items in the array
  • Possible mistake on element /0/geometry: Failed to match exactly one schema
  • Possible mistake on element /0/geometry: Object value found, but a null is required
  • Possible mistake on element /0/features: The property features is required
  • Possible mistake on element /0/type: Does not have a value in the enumeration ["FeatureCollection"]