Integrate Mapbox to Domo

Hi All,

Currently, learning Domo and trying to wrap my head around the platform.

Can anyone give me some advice/guidance on to integrate the map from mapbox.com? 

I am trying to build a map of NSW state - Australia with postcode(zip code) and overlay with buildings' location. Similar to the map in this article: Flexible mapping tools for Domo BI apps | by Mapbox | maps for developers

I appreciate any help you can provide.

Khoa

Best Answer

  • jaeW_at_Onyx
    jaeW_at_Onyx Coach
    Answer ✓

    @ktranstudent ,

    Mapbox and the Custom SVGs are completely different approaches to solving problems (but neither is necessarily better or worse). Does it HAVE to be mapbox? What's the problem you're trying to solve?


    What's your level of skill with writing JavaScript Apps? Because custom apps are functionally iFrames in Domo, so you've gotta build it up from the ground up.

    Absolute intro, "hello world" to building apps on the Domo platform. -- https://www.youtube.com/watch?v=MfHa-PGaOXw

    SugarForce starter is a good bit more sophisticated and includes a solid starter template. https://developer.domo.com/docs/dev-studio/dev-studio-overview

    From there just use mapbox's documentation.

    Jae Wilson
    Check out my 🎥 Domo Training YouTube Channel 👨‍💻

    **Say "Thanks" by clicking the ❤️ in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"

Answers

  • Hi @ktranstudent

    Domo allows you to upload custom SVG files with defined regions to create a custom visualization. Essentially you define where the buckets are displayed and Domo takes care of the calculating the buckets.

    For more information on this you can refer to this knowledge base article: https://knowledge.domo.com/Visualize/Adding_Cards_to_Domo/KPI_Cards/Building_Each_Chart_Type/Custom_Charts

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

    @ktranstudent ,

    Mapbox and the Custom SVGs are completely different approaches to solving problems (but neither is necessarily better or worse). Does it HAVE to be mapbox? What's the problem you're trying to solve?


    What's your level of skill with writing JavaScript Apps? Because custom apps are functionally iFrames in Domo, so you've gotta build it up from the ground up.

    Absolute intro, "hello world" to building apps on the Domo platform. -- https://www.youtube.com/watch?v=MfHa-PGaOXw

    SugarForce starter is a good bit more sophisticated and includes a solid starter template. https://developer.domo.com/docs/dev-studio/dev-studio-overview

    From there just use mapbox's documentation.

    Jae Wilson
    Check out my 🎥 Domo Training YouTube Channel 👨‍💻

    **Say "Thanks" by clicking the ❤️ in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"
  • @jaeW_at_Onyx

    I am trying to create a heatmap where businesses located across Sydney City using the suburb's postcode (zip code).

    I chose Mapbox because it has the Sydney City map with the suburb boundaries.

    I am very comfortable with Web App development. I'm just a newbie to Domo and Data Analytics/Viz in general.

    I also quite enjoy your Youtube channel.

    Thanks