345 reputation
16
bio website
location
age
visits member for 1 year, 2 months
seen 2 days ago
stats profile views 20

May
1
comment How to use WKT in Google Map V3?
If you dont want the unfilled polygons to blend with the first one set the zIndex attribute of the first polygon to 1 and all the other polygons' zIndex to 2 for example. That way the polygons coming after the first polygon will be displayed on top of the first one and since they will only have a stroke visible, then no blending should happen.
May
1
comment How to use WKT in Google Map V3?
Yes. Its possible. When you iterate through the polygons, for the first one use the fillColor: "#your_color_code", fillOpacity: 0.35 and for the rest don't use fillColor and fillOpacity but strokeColor: "#your_color_code" and maybe strokeOpacity
Apr
29
comment How to use WKT in Google Map V3?
Convert all your WKTs using this tool, and collect all the polygons you get into an array. Then if you only want the first polygon to be transparent (to some extent), then use the setOptions command. For example: wktpolygons[0].setOptions({fillOpacity: 0.35});
Apr
28
answered How to use WKT in Google Map V3?
Apr
25
answered help to code a spatial query that returns the results from a database
Apr
22
comment kml divide map into regions
Slice it up the way Mapperz pointed out, then import it to Google Fusion Tables and then use the Google Fusion Tables layer in case you want to display these region on a google map and have them clickable.
Apr
21
comment PostGIS retrieve polygons within a rectangle
What if a polygon is not completely within your box and just a part of it is intersecting?
Apr
17
comment Displaying a dynamic KML file on Google Maps as it is on Google Earth
Don't get me wrong but "refreshing" results in data download. That is what BradHards mentioned.
Apr
15
awarded  Caucus
Apr
15
comment polygon color changes automatically when zooming map
What are the criteria that the zip codes are colored according to? Do those parameter change when you zoom in/out? Does the color really change or does it just become darker/less transparent? Since you havent shown any code its hard to answer this question. But if the polygon gets darker that might mean that new overlapping polygons are getting added to the map.
Apr
15
comment Google map goes blank when triggering click event outside
Do you have any error messages in the console or in Firebug?
Apr
8
answered display a kml on rumsey historical map
Apr
8
comment How to draw straight lines inside google map polygon
You can still draw lines, using the centroid as the origin. All that you have to do is playing with headings then.
Apr
6
answered How to draw straight lines inside google map polygon
Mar
26
comment Fetch Google Map tile, without using Google Map API
I think as long as the Google watermark is on the material, you are good to go with whatever solution you choose.
Mar
22
awarded  Yearling
Mar
11
comment How to calculate a new bounding box that is 80% of the actual bounding box returned by google map?
Personally, I don't think that two dead simple pithagoras theorem could seriously make this approach inefficient. Do you have any other approach to share?
Mar
9
answered How to calculate a new bounding box that is 80% of the actual bounding box returned by google map?
Mar
9
answered Google Maps Markers inconsistent as they're drawn?
Jan
20
comment Generate tiles for google maps overlays
Have you tried using CartoDb? www.cartodb.com