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

Include necessary data in all geojson output #19

Open
ttechnicus opened this issue Dec 5, 2023 · 1 comment
Open

Include necessary data in all geojson output #19

ttechnicus opened this issue Dec 5, 2023 · 1 comment
Assignees

Comments

@ttechnicus
Copy link
Contributor

In order to create links on markers, we need target-type and text-id data in the properties section for all geojson output:

  {
    "type":"Feature",
    "geometry":{
      "type":"Point",
      "coordinates":[
        -5.368056,
        35.578333
      ]
    },
    "properties":{
      "type":"geo",
      "name":"Tétouan",
      "hitCount":16
    }
  },

Except bibliography data (see #18 )

@simar0at
Copy link
Contributor

simar0at commented Dec 5, 2023

Added an implementation in vicav-app dbe946d
Please review and comment.

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

No branches or pull requests

2 participants