Questions tagged [geomap]
114 questions
2
votes
0 answers
Google chart geomap highlight region
I have used google chart for Geo-map in angular js.
I have used angular-google-chart plugin.
I have used below options.
geo = {
type: 'GeoChart',
options: {
width: '100%',
height: 300,
…

Ankur Akvaliya
- 2,989
- 4
- 28
- 53
2
votes
1 answer
How to use Google Maps with SAPUI5 GeoMap control
I have an SAPUI5 app that needs to plot spots on a GeoMap control. It works fine, so long as I use HEREMaps as the provider. However, the company would like me to use Google Maps. I can't find any information out there about how to set up the…

donkeyhotay
- 33
- 1
- 5
2
votes
3 answers
how to use Visual Business GeoMap with Googlemaps?
I want to add GeoMap Spot and Legend in Googlemaps
My.view.xml:

Tina Chen
- 2,010
- 5
- 41
- 73
2
votes
4 answers
Replacement for Google's GeoMap
Is there a decent non-flash replacement for Google's GeoMap? I'm trying to "push" redraws, but because it's flash it has to run back to Google, render a flash object, and then replace it.

Josh K
- 28,364
- 20
- 86
- 132
2
votes
1 answer
Bangalore geojson map with d3 js
Am trying to use a Bangalore geojson file with 8 zones (features) in it by using d3.js
The map is not showing up properly. What's wrong here. ??
D3:…

Yuvaraj M
- 115
- 1
- 1
- 6
2
votes
2 answers
How to change Default color in google charts geomap?
I want to change the default yellow color of chart region to user defined color. I can able to change only marker color. I used this code to generate chart data.
dataTable = new google.visualization.DataTable();
…

MaDHaN MinHo
- 529
- 7
- 23
2
votes
4 answers
How to set region color on Google geomap?
is it possible to set color for geomap?
Also I would like to listen community opinion about alternatives in Geo Coding solutions.
Thanks.

omoto
- 1,212
- 1
- 17
- 24
2
votes
3 answers
Random access image (picture) file
Is there a file format (image file) that allows random access to its sections.
For example, I have huge image file with resolution of 100000x100000 pixels and I want to read just one small section. Like a geomap with zoom levels.
I want to write…

Olee
- 21
- 1
1
vote
0 answers
How to display a geojson to a geomap on grafana panel
I'm using MySQL and Grafana.
I wish to display a geojson field to a geomap but impossible to select geojson format.
The contains of geojson is a MultilineString.
What is best way to create a Panel on Grafana on my country and display all my geojson…

titof ursule
- 11
- 1
1
vote
0 answers
Grafana Geo Map Dashboard - Geo IP Configuration
I have installed Grafana in my AKS cluster and now I want to create a Dashboard which shows the Geo location of the users connecting. So I found the below dashboard in Grafana website.
https://grafana.com/grafana/dashboards/12559
But some of the…

Container-Man
- 434
- 1
- 6
- 17
1
vote
1 answer
How can I render time-series data on a geographic display in grafana?
My goal is to render time-series data from set locations on a map. Essentially, I have about 30 predefined (static) locations in Switzerland from which I will be receiving real-time data. The data itself is relatively simple, just the signal/noise…

bkilian15
- 11
- 1
1
vote
1 answer
Change region color on click (react-simple-maps)
I'm using react simple maps. I created a US map and I need to change the color of the state on click. I can change it by adding a press style prop to the Geography component but the color gets back to the default color when the click event is ended.…

Aysun Sulun Tas
- 21
- 2
1
vote
1 answer
Google Chart API loading
As you may know the Google GeoMap (flash version) loads pretty slow. I've created a statistics menu having like 3 or 4 tabs, in each of them I have some statistics (line chart and pie chart load instantly). So I thought: I'll simply place the GeoMap…

XCS
- 27,244
- 26
- 101
- 151
1
vote
2 answers
Google Data Studio Geo Map stays blank while using Lat,Long as Dimension
I want to use Google Data Studio to visualize the location of NGO´s in Europe. Some of these share the same HQ Location in the Data e.g. Italy Rome. Idea is to transfer these into Lat,Long coordinates and slightly manipulate the values to show them…

HERMINE_e.V.
- 21
- 3
1
vote
1 answer
How can I make a Geo Chart display one specific country and its regions in Google Data Studio?
A Geo Chart usually shows entire world.
How to show one country's region and color them according to my data?
Also how can I group my data in a table so Data Studio can actually represent regions of my country?
e.g. I have 3 countries and number of…

ERJAN
- 23,696
- 23
- 72
- 146