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

stuck at example 12 heatmap #220

Open
2803media opened this issue Sep 23, 2022 · 0 comments
Open

stuck at example 12 heatmap #220

2803media opened this issue Sep 23, 2022 · 0 comments

Comments

@2803media
Copy link

Hi I have a simple geojson file like that:

  "type": "FeatureCollection",
  "metadata": {
    "total": 2073,
    "name": "BEAL",
    "event": "birth"
  },
  "features": [
    {
      "type": "Feature",
      "properties": {
        "time": "1920-03-15"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          4.866667,
          45.516667
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "time": "1941-06-14"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          3.683333,
          45.616667
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "time": "1949-07-16"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          4.866667,
          45.516667
        ]
      }
    },

And I want to use it as a heatmap like the example 12 but it's too complicate with the SODA API thing.

Is there somewhere an simple example of a dynamic heatmap based on a single geojson file?

Thanks

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

1 participant