Questions tagged [geomap]
114 questions
22
votes
1 answer
How can I change the default loading tile color in LeafletJS?
By default, when leafletJS is loading a map, the background tiles are all grey. I'd like to change that color to be black (or any other arbitrary color). How can I go about doing this?

thisissami
- 15,445
- 16
- 47
- 74
17
votes
3 answers
google.load causes empty dom/screen
I'm trying to add a google visualization asynchronous, but I am running into problems. I've narrowed it down to the google.load causing the problem. When google.load part of the js runs, I get an empty screen/dom. Any one know what I am doing…

user603682
- 235
- 3
- 10
10
votes
2 answers
Google Visualization API - Geomap regions for Germany
After the release of new geomap package version I seem to have a
problem using geomap for German regions. Before the upgrade everything
seemed to work just fine. The problem is that if I try to show both
the region DE-BE (Berlin) & DE-BB…

Michal
- 101
- 1
- 3
9
votes
1 answer
How to increase mouseover “hit area” in polyline geomap
I'd like to show and hide a tooltip when mouseover / mouseout on the polyline path, the issue is that my polyline path has a stroke width 2 only, so is not easy to hit that area in the mouseover event, that's definitely inconvenient to user…

Shinoj
- 811
- 2
- 8
- 18
5
votes
0 answers
What type of data should I provide to grafana geomap?
This is grafana geomap. It gets data from prometheus. I configured the worldmap's type, but it didn't work. What data type should I provide to grafana geomap?

tomia zanika
- 51
- 4
4
votes
0 answers
is there a way to create a zip code level Geo Map in Google Data Studio?
I'm using the Geo Map chart in Google Data Studio.
I'm able to plot data at the state and the city level but not at the zip code level. I'm getting a map with no data as well as the 'This map needs a valid geo dimension' error.
I've filtered all…

elfersi
- 121
- 2
- 13
4
votes
1 answer
Mapbox.js not working with Angular.js
I have been trying to use mapbox.js geo map within angularjs.
Map: http://bl.ocks.org/wboykinm/c77e7c891bfc52157843#index.html
JSON data:…

user3057556
- 141
- 2
- 9
4
votes
2 answers
Google Geomap visualization for Italian Provinces (not regions)
I'm trying to use Google Visualization Geomap to show italian regions (Sicily, Tuscany...) and then provinces in a region (In Sicily for example Catania, Palermo...).
Showing regions isn't difficult and it works perfectly.
The problem is born when I…

Fabio Buda
- 769
- 2
- 7
- 16
3
votes
1 answer
Google Chart API & GeoMaps
I'm stuck with an issue.
Hope someone already faced it and fixed it.
I would like to create a interactive geo maps like in Google Analytics. I mean a zoomable map from world to country to display geo infos.
I already have all the data split by…

fperr
- 73
- 5
3
votes
1 answer
how to provide United States State code instead of country code in a geo map?
I was trying to identify and coloring US states in the basis of some values. But it takes only country code. I tried the below code-
var geomap_chartdata = google.visualization.arrayToDataTable([
['States', 'Popularity'],
…

Subho
- 921
- 5
- 25
- 48
3
votes
0 answers
How to display nearby places ATM,Hospital or restaurant in google map using Angular 2 or Angular 4?
In my web application, i want to show the near by ATM or restaurants using google map API.
I am using following this link https://angular-maps.com/ I displayed the map. In current location how can I show the near by ATM or restaurant using Google…

Peri
- 158
- 1
- 4
- 16
3
votes
1 answer
How to change longitude label locations in matlab worldmap
I am trying to generate some contour plots using data in netCDF format in Matlab. I've managed to load in the data and retrieve latitude, longitude information, but got bit stuck in making the plot looks right. The thing I want to change is the…

Jason
- 2,950
- 2
- 30
- 50
3
votes
0 answers
Google Geomap chart NOT visualizing on mobile
I'm using geomap chart from google but it seems that it doesn't visualize/work on mobile (Android 4.2 & Chrome browser and/or Webview android app).
Does anyone experienced this kind of problem? Solutions?

user3284120
- 31
- 1
2
votes
2 answers
Customising tooltip in geocharts
In the given example given below
http://code.google.com/apis/chart/interactive/docs/gallery/geochart.html#Example
When i put my mouse the region in tooltip both population and area are displayed
Is there any way possible to display only any one of…

jan5
- 1,129
- 3
- 17
- 28
2
votes
0 answers
GeoMap isn't centring correctly
I have an RCP view with a GeoMap widget inside it. When the view is created, the map is centred on a position.
The problem I'm having is that when GeoMap calls getSize() it is wrong. It is returning (0,0).
I've found one method of fixing this but…

Michael
- 3,411
- 4
- 25
- 56