Questions tagged [geomap]

114 questions
0
votes
1 answer

D3: Is there a simple way to enlarge a map statically?

I am attempting to create a map of my city but the default map is too small. I don't want to do anything like zooming (yet) but I would like to double the size displayed. Here is an extract of the script var projection; var w=1200; var h=800; var…
PatriciaW
  • 893
  • 1
  • 12
  • 30
0
votes
0 answers

Google Visualization Geomap showZoomout

I can't get the zoomout option enabled for my Google Visualization Geomap.. I'm trying to enable it when the user has clicked on a region.. This is my code: google.load('visualization', '1', {packages: ['geochart']}); var width, height,…
timstyle
  • 1
  • 1
0
votes
1 answer

How to display the google map loction enter by the user in drupal7

I am new for drupal and using drupal7 I want to know how to display the google map,the location enter by the user. Thanks...
tafsir
  • 311
  • 1
  • 3
  • 10
0
votes
1 answer

Highlighting US states, getting assigned categorization, and selecting related states

I'm not 100% sure where to start on this one. I suspect I could use Google GeoMaps and getSelection() but after doing some trials with Google's Code Playground I haven't really gotten anywhere. My goal I'm building a support page for a client and…
Vian Esterhuizen
  • 3,788
  • 4
  • 27
  • 37
0
votes
1 answer

fetching the latitude and longitude of a location

I am using curl to fetch the latitude and longitude of a particular location. Even upto today morning I got the response properly. But now I am getting some status is like "OVER_QUERY_LIMIT". If I run the same code from a different file then its…
sundar
  • 45
  • 1
  • 6
-1
votes
1 answer

d3 geoPath projection is messing up the map

I would like to change the projection of the map to be more flat for the user I have tried setting the projection to d3.geoIdentity() it worked but it's not "flat enough" And when i try to change to d3.geoAlbers() it gives errors and by using other…
Harvester Haidar
  • 531
  • 7
  • 16
-1
votes
1 answer

How to use file.json in react-google-maps with polygon path

I have a file.json which contains too much data to fix. For…
Ozkung
  • 31
  • 5
-1
votes
2 answers

Create a google fusion table for highlighting a cities with different color in google maps

I want to highlight a cities with different color in google maps. I found the solution with google fusion tables layer. But i have doubt in the creation of fusion table. i have planned to create a table with three fields 'zip code', 'city name' and…
user2349080
  • 37
  • 1
  • 4
-1
votes
1 answer

How to sharing GeoMap Based Push Notification?

I have developed an application that shows one's location on a map. How do I go about sharing my current location with others who are using my application? Is it possible to send them a notification to let them know my current location.
Ajay
  • 1
  • 1
1 2 3 4 5 6 7
8