Message Boards Message Boards

Deploying GeoListPlot and DynamicGeoGraphics with GeoMarkers and Tooltips

Posted 3 years ago

It is time that I learn how to deploy things to the cloud. But, I am running into some issues.

The following code works great:

GeoListPlot[{ 
  Tooltip[
   GeoMarker@Entity["City", {"Atlanta", "Georgia", "UnitedStates"}], 
   "Atlanta"
   ]
   }, ImageSize -> Large
 ]

I get a map with a marker and when I mouse over the marker, I see the tool tip.

But when I deploy that same code to the cloud, I get the marker, but no tool tip.

Next, I tried DynamicGeoGraphics:

DynamicGeoGraphics[
 { 
  Tooltip[
   GeoMarker@Entity["City", {"Atlanta", "Georgia", "UnitedStates"}] , 
   "Atlanta"
   ]
  }
 ]

And, while I get an interactive map, I do not get the marker or the tooltip.

So, I tried again without the tool tip:

DynamicGeoGraphics[
 { 
  GeoMarker@Entity["City", {"Atlanta", "Georgia", "UnitedStates"}] , 
  "Atlanta"
  }
 ]

On the desktop, I see the marker, but not on the deployed web page.

Any help with this will be very much appreciated.

THANKS

POSTED BY: Mike Besso
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract