Excellent! Glad to hear that worked out.
-Mike
On Sat, Feb 19, 2011 at 11:04 PM, SJL
wrote:
> Thanks for your explanation and suggestions, Mike. I was able to
> output in JSON instead of XML, and use jquery to access it with
> getJSON. It works great! :)
--
You received this message because
Thanks for your explanation and suggestions, Mike. I was able to
output in JSON instead of XML, and use jquery to access it with
getJSON. It works great! :)
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group
Hello friends,
I'm using the Google Maps API for showing information about the 32 states
and 2,456 municipalities of my country.
Each polygon has between 500 and 2,000 nodes and I have serious performance
problems.
I tried simplifying some polygons removing nodes without a real improvement.
On Feb 20, 3:55 am, "geocode...@gmail.com"
wrote:
> The 5th row of the spreadsheet (4th row of data) contains invalid
> latitude and longitudes (as I also said before)
Actually the first ones are invalid too. Latitudes are greater than
100. So they are located above North Pole.
Otherwise I th
On Feb 19, 6:57 pm, nto wrote:
> estaba leyendo la documentación, soy nueva en google maps.
> lo que quiero hacer es dibujar polilineas junto con marcadores, si lo
> hace pero al momento de eliminar mis marcadores y polilineas es el
> problema.
> cuando le doy click de nuevo al mapa aparecen solo
On Feb 19, 7:59 pm, Sir Loin of Beef wrote:
> Thanks so much for the help. I've made my spreadsheet viewable.
>
> https://spreadsheets.google.com/ccc?key=0AhtAXMz4-gWPdGdZWG83WFFYNTFt...
>
> Actually I can't even generate a map, because I was relying on the
> google spreadsheet wizard
> athttp://
Hi guys - I am just working my way through the tutorials for the Google Maps
API and I wondered if someone could point me in the right direction for what
I want to do.
What I want to do is take my city and divide it into neighborhoods. (I've
learned how to do this with polygons so far).
Then,
Thanks so much for the help. I've made my spreadsheet viewable.
https://spreadsheets.google.com/ccc?key=0AhtAXMz4-gWPdGdZWG83WFFYNTFtRlJraGJuOHFXNHc&hl=en
Actually I can't even generate a map, because I was relying on the
google spreadsheet wizard at
http://gmaps-samples.googlecode.com/svn/trunk
Hi,
I need to add fixed text to different locations on the map.
If you zoom in one level in following link, you will see few texts showing
up as "Area 1" , "Area 2", and so on.
http://www.grapevine.ca/map.cgi
I am using API V3. I am new so I appreciate it if you could give me a piece
of code
sorry but your page just work in ff for me :/ chrome show a white
window, nothing else...
On 19 Feb., 23:01, Alon Sandak wrote:
> u must approve the geolocation , thats the idea of the application , to find
> your location and places around u .
>
> i work's fine under chrome , firefox and IE . bu
So sorry
I didn't knew this wrapper
On 2/19/11, Nianwei Liu wrote:
> Not true. The original poster is simply asking .NET control written in
> C#, which can wrap the Javascript API and completely permissible.
>
> I suggest contact the author of the V2 wrapper. I doubt there will be
> sufficient
Not true. The original poster is simply asking .NET control written in
C#, which can wrap the Javascript API and completely permissible.
I suggest contact the author of the V2 wrapper. I doubt there will be
sufficient interest to justify the effort to create such a project.
On Feb 19, 2:51 pm, P
Thanks Clarkie!
I am still in classic ASP but going into ASP.Net.
I will remember this!
/LarsM
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To
Thanks Marco !!
I was so obsessed by the number 300 that I did not see that the data on that
line was whacked.
It is now corrected, and 'Map326' now shows all 362 markers!
Wonderful! :-)
*(God, internet/usenet is the greatest invention of mankind! What did we do
without it?)*
So - Prob
On Feb 19, 6:21 pm, Rossko wrote:
> > u must approve the geolocation , thats the idea of the application , to find
> > your location and places around u .
But you would like my help debugging the application. I am nowhere
near Israel, so the geolocation would, even if I allowed it, not be
useful
> Am I missing something?
You may have missed the response to your previous identical posting
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/d9e46a52ec5f3ce0
You may have missed this article in the documentation
http://code.google.com/apis/maps/articles/mvcfun.html
--
> I know, that it is possible with map.getStreetView to obtain the
> Streetview scene with markers, but I don't find out a way to use this
> method with separate divs for map and streetview.
This thread touches on a similar topic
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/
> No, what I want to do is to pass a JSON text response into eval()
So, you make your server side script generate text like
var someArray = [ new google.maps.LatLng( xxx, ) , new
google.maps.LatLng(aaa , bbb) ,
this is not usually considered a classy way to go about it though
I would
> u must approve the geolocation , thats the idea of the application , to find
> your location and places around u .
It would probably be helpful to visitors to your site, if you made
your code so that those who do not have geolocation, or don't want to
use it, are offered some meaningful message
The link you've posted seems to be broken, but either way:
Simply store your LatLngBounds in an array. When the item has been
changed, get the index of the selected item and look up the associated
bounds in your array. You can then use these bounds with the
google.maps.Map.fitBounds() method t
>i built web page with map into it :
https://sites.google.com/site/alonsandakmap/
I get an error on line 47 map.style is null or not an object in IE7.
Ralph
On Mon, Feb 7, 2011 at 11:31 PM, Alon Sandak wrote:
tnx
On Fri, Feb 4, 2011 at 3:26 PM, AlecC wrote:
I don't know anything about that
My guess is parse the JSON to LatLng
Change this enter parameter for this function to a JSON
function convertToObjectLatLng(entry_array)
{
var output_array = new Array();
for(i=0;ihttp://www.google.com/profiles/paulofernandesjr
http://twitter.com/paulofernandesj
No, what I want to do is to pass a JSON text response into eval() and
have the resulting javascript objects treated as LatLng objects - just
like when a directions request json response comes back. It is a
'simple' text response, but when it arrives in our callback functions,
it contains LatLng ob
u must approve the geolocation , thats the idea of the application , to find
your location and places around u .
i work's fine under chrome , firefox and IE . but i want the application to
be access to mobile , i tried iphone , most of the time it crushes the
browser.
i cant find the reason.
Al
On line 334:
['Sthlm Skeppsbron', 559.3228459.32284, 18.07559,
'/ImageArchive_Thn/060718_4801_ZumFransiskaner.jpg' , 0 ]
The first coordinate is whack. Two decimal points (and I suspect the first
one is not correctly placed either:)
Tip, while developing, use Google Chrome and right-click the fau
Up. Pleasei I need an exact answer about using Lightbox on map as I said
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group
Hello,
http://mercator.webs.com/array-v4.html
This map I'm reasonably happy with, stumped however as to how to zoom
to a particular area when the dropdown menu is changed.
(For example, on changing the dropdown to North West the map zoom in
to encompass only that area, based on some co-ordinates
Is it possible that the default 'Labels on' for Satellite view can be
set to to 'labels off'? A 'clean' map is helpful for viewing the
distribution of markers without distractions, the user then retains
the option to add labels or switch to map view to get a better 'sense
of place'.
On Feb 18, 2:4
On Feb 19, 4:15 pm, Alon Sandak wrote:
> i have another question.
>
> i built web page with map into it
> :https://sites.google.com/site/alonsandakmap/
>
> it crushes when i try to touch my markers (in israel area) and try to get my
> infowindow.
>
> any ideas?
Doesn't seem to work at all for me
i have another question.
i built web page with map into it :
https://sites.google.com/site/alonsandakmap/
it crushes when i try to touch my markers (in israel area) and try to get my
infowindow.
any ideas?
Alon.
On Mon, Feb 7, 2011 at 11:31 PM, Alon Sandak wrote:
> tnx
>
>
> On Fri, Feb 4, 2
Try to do that, when you get the event when pegman is dropped ( i don't know
if it is possible ) and create a new map instance
Paulo Fernandes
http://www.google.com/profiles/paulofernandesjr
http://twitter.com/paulofernandesj
+55 11 9797-5974
On Sat, Feb 19, 2011 at 6:17 PM, archinform wrote:
You should initialize the map before calling geolocation because not
all browser support geolocation.
You can call map.setCenter() by getCurrentPosition and watchPosition.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To pos
If you're using asp.net you may have hit the json serialization size limit,
happened to me. Edit your web.config file to set a larger size limit, it
should be there already but commented out and looks like this
http://groups.google.com/group/google-maps-js-api-v3?hl=en.
hi im trying to use getCurrentPosition and watchPosition at the same time my
need for this is to set up the map centre on the user then for the user to
move around the map with out it refreshing every time the user moves
this is what i have so far im just having problems adding in the
getCurrent
Hi Paulo,
thanks for your answer.
Sorry I don't have a link with an example, but I try to explain it
again:
If You have a map (with some markers set) in a div container and You
switch to Streetview by dragging the pegman -> Streetview starts in
the map div (replacing map view) with your markers sh
If I understand, you need to parse JSON response to an array or MVCArray
Paulo Fernandes
http://www.google.com/profiles/paulofernandesjr
http://twitter.com/paulofernandesj
+55 11 9797-5974
On Sat, Feb 19, 2011 at 5:32 PM, sgiddings wrote:
> I am needing to be able to generate a polygon on my
READ POSTING GUIDELINES and post a link to us
Paulo Fernandes
http://www.google.com/profiles/paulofernandesjr
http://twitter.com/paulofernandesj
+55 11 9797-5974
On Fri, Feb 18, 2011 at 1:46 PM, mowellen wrote:
> v3 Documentation for path property of PolyLineOptions states:
>
> "The ordered s
If I understand you...
You need to create 2 divs and 2 codes
Post a link for your problem or what you wanna do.
[]s
Paulo Fernandes
http://www.google.com/profiles/paulofernandesjr
http://twitter.com/paulofernandesj
+55 11 9797-5974
On Fri, Feb 18, 2011 at 10:39 AM, archinform wrote:
> Do
Hi
The only thing that you can do with the Maps API using only a server side
language is the services:
http://code.google.com/apis/maps/documentation/webservices/index.html
Yu can generate XMLs to create markers, but the create marker will be using
the Javascript function
[]s
Paulo Fernandes
ht
is this
http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsService
?
Paulo Fernandes
http://www.google.com/profiles/paulofernandesjr
http://twitter.com/paulofernandesj
+55 11 9797-5974
On Thu, Feb 17, 2011 at 3:11 PM, Euan Fergusson wrote:
> Hi All,
>
> apolo
I am needing to be able to generate a polygon on my server and then
pass it back to the client.
Ok, I can create the series of latitude / longitude pairs which
describe the polygon and then pass it back to the client in a JSON
response.
What I would really like to do, is to have this JSON response
> Up. Pleasei I need an exact answer about using Lightbox on map as I said
Exact answer ; the terms do not allow you to obscure the logo or
attribution+link.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group
On Feb 19, 9:44 am, Sir Loin of Beef wrote:
> Sorry, here is the correct url.
>
> https://spreadsheets.google.com/pub?hl=en&hl=en&key=0AhtAXMz4-gWPdGdZ...
The fourth entry is not a valid latitude/longitude.
Have you seen this:
http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/m
On Feb 19, 4:42 pm, Sir Loin of Beef wrote:
> Nothing I've
> tried has worked.
That is probably because the spreadsheet must be made public in order
to get the feed.
Share > Sharing settings.. > Change > Public on the web
Now you have selected 'Publish as a web page' but that does not
activat
Sorry, here is the correct url.
https://spreadsheets.google.com/pub?hl=en&hl=en&key=0AhtAXMz4-gWPdGdZWG83WFFYNTFtRlJraGJuOHFXNHc&single=true&gid=1&output=html
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this grou
I just want to know what's the easiest way to do this. Nothing I've
tried has worked.
My google spreadsheet is here.
https://spreadsheets.google.com/pub?hl=en&hl=en&key=0AhtAXMz4-gWPdGdZWG83WFFYNTFtRlJraGJuOHFXNHc&single=true&gid=3&output=html
Thank you!
--
You received this message because yo
´Thanks Rossko!!
Beginner's mistake. Forgot to upload the marker files...
So, OK, Problem 1 fixed!
/LarsM
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googl
> When publishing it to my website only the map but no markers displayed.
The icon image you have asked for doesn't exist on your host
> Function SetMarkers() seems not to start.
It does run, but places 300 invisible markers
--
You received this message because you are subscribed to the Google
Hi,
I am very new to Google maps and I want to use it. But I have got problems.
Problem 1:
No markers at all ---
When testing in Localhost mode I got 300 markers nicely displayed on the
map.
When publishing it to my website only the map but no markers displ
Hi,
I am very new to Google maps and I want to use it.
But I have got problems.
Problem 1:
No markers at all ---
When testing in Localhost mode I got 300 markers nicely displayed on the
map.
When publishing it to my website only the map but no markers displ
50 matches
Mail list logo