Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataset>spatial has wrong json-ld content #342

Closed
pvgenuchten opened this issue Jan 16, 2020 · 1 comment
Closed

dataset>spatial has wrong json-ld content #342

pvgenuchten opened this issue Jan 16, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@pvgenuchten
Copy link
Contributor

for the collection page google structured data testing tool reports an error on

"spatial": [{"Place": {"@type": "GeoShape", "box”:

shouldn’t it be?

"spatial": [{“@type”:”Place”, “geo”: {“@type”:”GeoShape”, "box":

error:

The property Place is not recognised by Google for an object of type Place.
@pvgenuchten pvgenuchten added the bug Something isn't working label Jan 16, 2020
pvgenuchten pushed a commit to pvgenuchten/pygeoapi that referenced this issue Jan 16, 2020
Place is a type not a property
tomkralidis pushed a commit that referenced this issue Jan 16, 2020
* fix for #342
Place is a type not a property

* fix the build

* test place type in dataset>spatial

* fix line length
@tomkralidis
Copy link
Member

Thanks @pvgenuchten

francbartoli pushed a commit to francbartoli/pygeoapi that referenced this issue Jul 8, 2021
* fix for geopython#342
Place is a type not a property

* fix the build

* test place type in dataset>spatial

* fix line length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants