Questions tagged [geomap]
114 questions
0
votes
1 answer
Can I inject google AJAX API autoload anywhere else than globally?
There is this issue I am struggling with. I know that the autoload for the google visualization geomap must be in the part of your document.
The thing is every time I reload some other pages in my application the google reloads everything and this…

Etienne Marais
- 1,660
- 1
- 22
- 40
0
votes
1 answer
How to update (but not redraw) a d3-geomap with new data
I have this function to make a d3-geomap that is called when my app first loads.
But how do I update the map with new data without redrawing a whole new map?
function buildMap(dataToShow){
var map = d3.geomap.choropleth()
…

NewToJS
- 2,011
- 4
- 35
- 62
0
votes
0 answers
Is there any way by which I can add more than 400 entries in the DataTable or DataView while using geomaps, google charts
Is there any way by which I can add more than 400 entries in the DataTable or DataView while using geomaps from google charts?
This is the note that is displayed on the geomap page-
Note: A map can display a maximum of 400 entries; if your…

HardikT
- 735
- 1
- 8
- 24
0
votes
1 answer
How can I plot regions using HighCharts GeoMaps?
I am using HighCharts GeoMaps. I am interested in plotting following regions on World map:
East Asia & Pacific
Europe & Central Asia
Latin America & Caribbean
Middle East & North Africa
North America
South Asia
Had anybody tried this before?…

Tejas C
- 107
- 1
- 9
0
votes
1 answer
Google Charts GeoMap Region Code API
I just recently started using Google Charts to display data on their GeoMaps chart type. While this is a very effective way to display what I want to showcase, what I really need is some form of service where I can use my JSON object and the service…

user2402107
- 913
- 5
- 22
- 43
0
votes
1 answer
ggplot2 error:Discrete value supplied to continuous scale R
I have a dataset called "alldata", which contains 1000 rows and 2 columns named "day_of_Week" and "label". The dataset look like this :
day_of_Week label
5 Wday, Clicked
2 Wday, Clicked
4 Wday, Clicked
…

estu
- 117
- 1
- 3
- 9
0
votes
1 answer
Openlayers - 3 wrapper add-on compilation failed in Vaadin
I am getting the following error when compiling the widgetset for openlayers 3 wrapper vaadin addon in eclipse.
Starting GWT compiler
Loading inherited module 'com.example.simplescreen.SimplescreenWidgetset'
Loading inherited module…

Balakrishna
- 33
- 2
- 9
0
votes
3 answers
Vector length mismatch in Swiss Language Map
I am studying this website
and don't understand some things:
con <- url("http://biogeo.ucdavis.edu/data/gadm2/R/CHE_adm1.RData")
print(load(con))
Output is
[1] "gadm"
The code continues by closing the connection
close(con)
Then I…

Rhonda
- 1,661
- 5
- 31
- 65
0
votes
0 answers
Using Pentaho CE 5.3 and GeoMap tool
I would like to visualize into maps results of MDX queries on spatial dimensions (representing provinces,clusters,neighborhoods...) stored in Postgis.
I found about the GeoMap component, but I don't know if it's the right tool for this purpose.

ImaneKtb
- 29
- 2
- 5
0
votes
1 answer
how can i getCurrent location and display also city name
i am new in android create current location and display its city name
i Have No idea About code so give some example to create current location and display also city name thnks in advance
user4574256
0
votes
2 answers
How to show counts in a world map using IP address stored in ElasticSearch on Kibana?
I have an index in ElasticSearch. There is a client_ip attribute on this index. In Kibana I have a Map option to create world map based dashboard. How can I leverage this option and the client_ip attribute on the index to show counts on the world…

bill
- 1
- 1
- 2
0
votes
1 answer
connect javascript with html (a href)
I'm visualizing data with d3 javascript. I want to show in a geomap where I have been and when I was there. For that I have a timeline of one year. When I was in "Berlin" on March the timeline shows "March" and Berlin is highlighted on the map.
Now…
0
votes
1 answer
d3 geomap drawing on top of map z-order
So I'm using the simple Geomap library on top of D3 to draw a map. All I want to do now is to have shape I draw before rendering the map to appear 'on top of' the map.
I know I can draw on top of the map as I'm rendering it, but I want to draw some…

PMcB
- 21
- 2
0
votes
1 answer
Anything similar to folium in Julia?
I am interested in plotting some data on a map using Julia. Is there currently a library similar to Python's folium that could do that?
Thanks.

Anarcho-Chossid
- 2,210
- 4
- 27
- 44
0
votes
0 answers
how to paint each city in different color by using js/geomap?
I have this really simple code:
https://gist.github.com/ndemir/9902237
http://jsfiddle.net/3PydS/