Tutorial #20: Creating a Shareable Map with Basic Mapbox Tools

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 14

  • @MataGigantes
    @MataGigantes 11 років тому

    Very good tutorials!
    In your opinion, what is better to do online or shareable maps? Mapbox, Google Mapas or CartoDB? Thanks!

    • @wboykinm
      @wboykinm  9 років тому

      +MataGigantes WOW - many apologies to have missed this for a year. But your question is still as complicated as it was then :)
      Basically you'll find that they all serve slightly different purposes - Mapbox is great for fairly static data and beautiful cartography, Google has unmatched APIs (geocoding being the biggest differentiator), and CartoDB is the perfect tool for mapping datasets that change a lot or require geoprocessing.

  • @Semsemah10
    @Semsemah10 9 років тому

    why doesn't my tooltip image appear when I hover? I have the code in correctly - it shows up but doesn't appear when I hover over my marker.

    • @wboykinm
      @wboykinm  9 років тому

      +Yasmin Amer I take back my earlier comment about it working fine - it looks like they changed the UI, but more importantly set the default behavior to show the tooltip only on click.
      That means you'll have to use the mapbox.js library to play with the basic map interface. Here's an example of images in tooltips that appear on hover: bl.ocks.org/wboykinm/b6e82800999d08140db3

  • @marioskalyt
    @marioskalyt 9 років тому

    Hello, great work!
    i can't find the "tooltip contents" where you put an image on 3:44. i'm a journalist and want to put news of different areas

    • @wboykinm
      @wboykinm  9 років тому

      +Marios Kalogeropoulos They've changed the UI a bit - now it's listed as "description": www.dropbox.com/s/pomlzxh7xbcb5l1/Screenshot%202015-10-13%2016.48.19.png?dl=0

    • @marioskalyt
      @marioskalyt 9 років тому

      +Bill Morris
      Thank you very much for your answer. Βut i still have problem. I put at the "description", the example code you send me :
      Then i put save and i didnt see the photo up to the marker again.
      Do you know why?
      Thank you very much.

    • @wboykinm
      @wboykinm  9 років тому

      +Marios Kalogeropoulos Looks like some nitpicky HTML; the doublequotes got turned into backticks on your keyboard, and the "src" option needs to be followed with "=" instead of ":"
      This should do the trick (note the differences):

    • @marioskalyt
      @marioskalyt 9 років тому

      +Bill Morris Thank you very much. Ι am a journalist and not a programmer as you see. Did you know if i can put a link instead a photo? Ι want to put news at the marker. And when the user click it, send him to journalism site. Something like a hyperlink or a ref at the html language.

    • @wboykinm
      @wboykinm  9 років тому

      +Marios Kalogeropoulos You'll pick it up as you go :). Looks like you want an anchor tag: developer.mozilla.org/en-US/docs/Web/HTML/Element/a. Something like this:
      Syrian army and Russian jets target rebel towns north of Homs

  • @Comz03
    @Comz03 9 років тому

    can i create an offline map for an offline android app i want to develop using mapbox? i want to do a commuters guide app and i want to use an offline map.

    • @wboykinm
      @wboykinm  9 років тому

      +Neal Francis Comilan Looks like it's on their roadmap - the Mapbox strategy guy weighed in personally (a rare occurrence) on this very long thread about offline maps: github.com/mapbox/mapbox-gl-native/issues/584#issuecomment-155845085

  • @takeahikeeh8557
    @takeahikeeh8557 8 років тому +2

    This is very outdated...

    • @wboykinm
      @wboykinm  8 років тому

      +Ron Mac Quarrie You are quite correct :)