cioos-siooc / ckan

CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers datahub.io, catalog.data.gov and europeandataportal.eu/data/en/dataset among many other sites.
http://ckan.org/
Other
2 stars 4 forks source link

spatial editor not working on new form #195

Closed fostermh closed 9 months ago

fostermh commented 1 year ago

when creating a new dataset using the ckan editor form the spatial field does not work. clicking on update or clear seems to have no effect when the following geojson is pasted into the box.

{
  "coordinates": [
    [
      [
        -125.4,
        47.07
      ],
      [
        -121.6,
        47.07
      ],
      [
        -121.6,
        50.42
      ],
      [
        -125.4,
        50.42
      ],
      [
        -125.4,
        47.07
      ]
    ]
  ],
  "type": "Polygon"
}