Making geojson and display it on Google Maps on Domo?

KeiNish
KeiNish Member

I have two questions:

  1. Is it possible to making a geojson from a pivot table or something on a dashboard?
  2. Is it possible to display the data and change it interactively?

I have some large dataset with about 0.5 billion rows.

Because of the size, Domo (or Google Maps, or both?) cannot handle and display the data properly on a card

So one of my ideas is to summarize it, for example, into a 100*10 matrix, and to display the result onto the Google Maps as points or small polygons per row.

In this case, I think geojson can be used, which can be projected on Maps.

Does Domo have a solution?

Thanks in advance!

Best Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    there are several mapping JavaScript libraries you can leverage inside of a Domo Brick. If you search the App Store for Domo Brick and map box there are ones you can modify. I’ve leverage map box as it allowed me to upload my geojson dataset to mapbos to store and then reference and display it within the brick.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • GrantSmith
    GrantSmith Coach
    edited May 24 Answer ✓

    I ended up writing my own but if you search for Mapbox Brick in the App Store it'll have 5 different options for you to start from.

    Here's one: https://[INSTANCE].domo.com/appstore/details/06CF6B893D7412955F4FC0E8F6A0D9107944E493460B256982479760677000B1?origin=search

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    there are several mapping JavaScript libraries you can leverage inside of a Domo Brick. If you search the App Store for Domo Brick and map box there are ones you can modify. I’ve leverage map box as it allowed me to upload my geojson dataset to mapbos to store and then reference and display it within the brick.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • KeiNish
    KeiNish Member

    Thanks!

    Could you tell me which app you used?

  • GrantSmith
    GrantSmith Coach
    edited May 24 Answer ✓

    I ended up writing my own but if you search for Mapbox Brick in the App Store it'll have 5 different options for you to start from.

    Here's one: https://[INSTANCE].domo.com/appstore/details/06CF6B893D7412955F4FC0E8F6A0D9107944E493460B256982479760677000B1?origin=search

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**