Main Page: Difference between revisions

From LHDB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<mapframe width="500" height="270" longitude="49.58" latitude="21.10" zoom="8" align="center">
<mapframe width="500" height="270" longitude="49.58" latitude="21.10" zoom="8" align="center">
{
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "fill": "#ff0000",
        "fill-opacity": 0.7,
        "stroke-width": 0
      },
    {
       "type": "Feature",
       "type": "Feature",
       "properties": {
       "properties": {
Line 26: Line 16:
       }
       }
     }
     }
  ]
}
</mapframe>
</mapframe>

Revision as of 16:43, 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"]