I know he doesn't want to use maps,
But as there is very doubtful he will get permission from Google this is an
option
On Friday, 14 September 2012 16:05:18 UTC+1, Rossko wrote:
>
> OP is "not interested in mapping the locations"
> OP is looking for a special dispensation around a specific prohi
Hi
The way round this is
1.create a map
2.use geocoding to place a movable marker
3.you MUST move marker to exact position.This exact position has not been
geocoded.
4.save your location to database
As you are not saving the geocoded result this is not against TOS
Davie
On Thursday, 13
t&lat=-37.12345&lng=122.12345&type=bar>
Davie
On Tuesday, 11 September 2012 01:46:14 UTC+1, Daniel Montenegro wrote:
>
> But I haven't yet published the map in the web... is it necessary doing so?
>
> Sorry, but I'm a really begginer at PHP/MySQL.
>
> T
What return are you getting from http://yourdomain.com
/phpsqlinfo_addrow.php?name=Best%20Bar%20Ever&address=123%20Main%20St&lat=-37.12345&lng=122.12345&type=bar
On Sunday, 9 September 2012 23:00:08 UTC+1, Daniel Montenegro wrote:
>
> Hi there!
>
> I'm trying to implement a small database to b
Hi Rob
It seems to exist
http://www.africa-game-farms.co.za/Images/images/samap.pdf
Regards Davie
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google
of table you can filter(Query) is 100K.
Regards Davie
On Monday, March 5, 2012 3:09:49 PM UTC, Henri wrote:
>
> From what I read about fusion tables, up to 100k rows can be marked on the
> map. However, if your fusion table has say 1m rows, you are able to query
> the relevant rows
Hi
If you look at https://beta.rti4.com.br/c3po/garbage/index.html you
will see where the snippet goes
Regards Davie
On Feb 28, 12:53 am, Geoff Leff wrote:
> Hi Davie,
>
> Thanks for the response..normally I would respond in the group but the post
> was rejected as it'
Hi
Try
//Update current center info.
lastCenter=map.getCenter();
new google.maps.event.trigger(map,"resize");
// then add the event listener
google.maps.event.addListener(map, 'resize', function(){
map.setCenter(lastCenter);
});
Regards Davie
--
You received this mes
2&t=m&z=16&ei=s_g6T7a4G6rjiAKgtPCpCg&pw=2
I made a demo a few months ago of google map in SVG
http://daviestrachan.zxq.net/maps/svgmap.xml
Hope this helps
Regards Davie
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript A
5.677068&sspn=57.030354,75.673828&vpsrc=0&ie=UTF8&hq=&hnear=9818+SE+17th+Ave,+Portland,+Oregon+97222&t=m&z=16&ei=s_g6T7a4G6rjiAKgtPCpCg&pw=2
Which sends you to a map
Regards Davie
--
You received this message because you are subscribed to the Google Gr
Hi
One approach is server side using MySQL and PHP
Regards Davie
On Feb 11, 5:25 pm, "geocode...@gmail.com"
wrote:
> On Feb 11, 7:06 am, khaldoon wrote:
>
> > hi,
> > 1- I want to cluster markers in a form of square...
>
> You probably need to write cod
Hi
Link?
Davie
On Feb 8, 9:38 am, Hawk_AA wrote:
> Hi,
>
> I have an OpenLayers application using google maps as background layers .
> It has worked splendid until this morning, where a dialog started showing
> up on every Google Map Update (map load, map zoom, map panning, etc).
ger since I am nearly done my current
> work.
In over 40 years programming it amazes me that some of the help groups
and forums I thought I may never use again have had to be visited
again.
Good luck but remember you manners
Regards davie
Regards Davie
.
--
You received this message b
Hi
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/6a024bd70557baf5
Regards Davie
--
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
Hi
You code
var content = layerEvt.featureData.name;
}
document.getElementById('info').innerHTML = content;
You can use this for any other you require.
var content = layerEvt.featureData.description;
Regards Davie
On Feb 6, 2:37 pm, rmcguire wrote:
> when I look at the xml
Hi
Works for me in Firefox and Crome
Not in IE8
Regards Davie
On Feb 3, 5:40 pm, mcampos wrote:
> I'm trying to use Simple CSS Jquery Tabs and Google Maps V3 (http://
> flintmaker.com/sandpit/jquery-tabs-google-map.html)
> with a map that I have on
Hi
> The method of loading the API is exactly what Google recommends.
not exactly
See http://code.google.com/speed/page-speed/docs/rtt.html
http://code.google.com/speed/page-speed … rLoadingJS)
http://code.google.com/apis/maps/documentation/javascript/tutorial.html
Regards Davie
--
Hi
> This is definitely an API bug.
The error shows only in IE and with the API called asynchronously
using a method not suggested by Google.
If the error still shows after the recommended method it may be an API
bug
Regards Davie
--
You received this message because you are subscribed
Hi
The invalid argument shown by IE relates to a Google js file.
Your function GLoad() may be the problem
See http://code.google.com/apis/maps/documentation/javascript/tutorial.html
about loading maps asynchronously
Regards Davie
On Feb 3, 1:17 pm, Ice wrote:
> Okay so I've rem
Hi
> The zoom works but I'm getting the error "Invalid argument"
IE debugger is renowned for sending you to the wrong line ie setZoom
is not the invalid argument
I would look at your clearOverlays() function
Regards Davie
--
You received this message because you are subscr
Hi
It works for me in firefox ie zooms to 5
Regards Davie
On Feb 3, 11:07 am, Ice wrote:
> My apologies the co-ordinates are not the problem like I said it is the
> map.setZoom that
> brings up my error.
>
> It doesn't matter what position I plot as soon as that setZoom is
;
Regards Davie
On Feb 3, 9:25 am, Ice wrote:
> Sorry if I wasn't being clear enough
>
> In my reset function I am setting the default values. I am
> not calling my initialize function like before so I'm still using the
> same map object.
>
> So now, even in t
what is to stop
somebody else stealing your idea and using Google or even Bing
Maps,maybe even Google itself?
Regards Davie
On Feb 1, 10:43 am, Charles wrote:
> Just remember we are talking map loads here not unique visitors.
>
> One unique visitor could create a map load 10+ times a da
Hi
Just a thought
800M unique users visit YouTube each month.
Regards Davie
On Jan 31, 11:30 pm, Jeff Lake wrote:
> anybody have 10,000,000 10 MILLION hits a month
> doubt it HIGHLY !!!
> if you think your website has that man hits in a month
> I want some of what your smoking
&g
Hi Adrian
> Can't use db : Access denied for user '*'@'**' to database '*'
Looks like user*** does not have permission to access database
Either your password is wrong or you will need to set permissions.
Regards Davie
--
You received t
Hi Adrian
If your map was working and you have not changed your script your
database is probably corrupt.
Use a tool like phpMyAdmin to examine it
Regards Davie
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To po
Hi Jared
Have you looked at
http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html
This approach can be adapted to suit various scenarios including
property.
Regards Davie
On Jan 30, 4:20 am, hungerstar wrote:
> I have a realty site that I am implementing Google Maps on.
>
>
Hi
obviously the coordinates 33.95062845457156,-84.415002509787 are not
on the road and the different decoders are attempting to find the
nearest road
Ge the correct coordinates
Regards Davie
On Jan 27, 12:39 am, Dave Medlicott wrote:
> Did you ever figure this out? The location you are look
Hi
Probably this before DOCTYPE
I got it going with
http://www.w3.org/1999/xhtml";>
stolen from http://www.w3schools.com/html/html_xhtml_dtd.asp
Regards Davie
On Jan 25, 4:32 pm, Frank Natoli wrote:
> My regular ISP has a free webspace, with an upload feature, but when I
> t
Hi
Marker Riaz Mobile Sher Shah Road , Kot Khawaja Saeed Shad Bagh,
Lahore Still in pacific
Regards Davie
On Jan 21, 10:51 pm, alex wrote:
> Seems the kml file cannot be found. When you take out these two lines, it
> might work.
> var islamabad_coverage = new
> google.maps.Km
Hi
How about a state of the art link so we can all see the problem
Regards Davie
On Jan 21, 12:04 am, shehriih wrote:
> Hi,
>
> i have simple mobile webpage that display google map with set of markers
> that are loaded from a server (JSON).
>
> it also has filter by drop down
Hi
Your original post on this subject is still current.
Regards Davie
On Jan 20, 8:59 pm, Frank Natoli wrote:
> Must convert Google Map JavaScript to operate inside XHTML. On entry to
> "Initialize" function, first statement appears to stop JavaScript execution.
>
> Se
Hi
How about
var myLatlng = new google.maps.Latlng(50.391652,5.932534);
instead of
var myLatlng = new google.maps.LatLng(50.391652,5.932534);
Regards Davie
On Jan 20, 6:53 pm, Frank Natoli wrote:
> Attempting to convert Google Maps HTM code to XHTML. Find that JavaScript
> stops execut
Hi
Line 2258 maybe
Regards Davie
On Jan 20, 1:39 pm, davie wrote:
> Hi
> If you zoom out your map you have a marker in the pacific ocean
>
> On Jan 19, 5:23 pm, Ghouri wrote:
>
>
>
>
>
>
>
> > i have problem in my exiting website, I have use the
Hi
If you zoom out your map you have a marker in the pacific ocean
On Jan 19, 5:23 pm, Ghouri wrote:
> i have problem in my exiting website, I have use the google map in my
> website it working correctly a week ago, but now there is problem in
> google map, when I load page it work correctly and
Hi
Check your address bar is showing " http://www.google.com"; not "http://
www.google.com/www.google.com "
Regards Davie
On Jan 13, 8:39 pm, Jeremy Geerdes wrote:
> I can verify this issue, but it doesn't have anything to do with the Google
> Maps API. I w
Hi
lines 516 to 520
for(var i=0;i<12;i++) {
if(i=month) {
inForm.month.options[i].selected=true;
break;
}
}
if(i=month) should be if(i==month)
assign value =comparison ==
Regards Davie
On Jan 8, 4
t;0)
newVar = Math.round(heading);
else
newVar = Math.round(360-heading);
Or just use heading instead of newVar if appropriate
ie
var heading =
google.maps.geometry.spherical.computeHeading(path[0],path[1]);
if (heading>0)
heading = Math.round(heading);
else
heading = Math.round(360-heading);
Regards
x27;t change anything when trying out a demo (except
database username & password ) Get it working before changing
anything.
Regards Davie
On Jan 7, 4:09 pm, UpickyRizek wrote:
> I have used this tutorial
> (http://code.google.com/apis/maps/articles/phpsqlsearch.html)
> but I get s
Hi
Something like http://daviestrachan.zxq.net/maps/svgmap.xml
Regards Davie
On Jan 5, 6:43 pm, StarTraX wrote:
> I've found that document.getElementById works fine on SVG elements in
> all the browsers that I've tested that support both SVG and the Earth
> API, namely IE 9
Hi
Vehicle tracking systems are against Google TOS
See http://code.google.com/apis/maps/terms.html License Restriction
10.2(c)
Regards davie
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group,
Hi Paull
Something like http://daviestrachan.zxq.net/maps/stationmap.php
Works with UK postcode or city/town
Regard Davie
--
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-m
Hi
As geonames shows only 5 cities in Oman you could use polylines
between these.
http://www.doogal.co.uk/polylines.php could be used for this
Regards Davie
On Dec 29, 11:37 am, Rossko wrote:
> > I need to find any solution using google maps
>
> I do not know of a workaround to ge
ar(center) " to suit your own database needs.
In "phpsqlsearch_genxml.php" your SELECT statement will be different
as you will not need the radius computations and your database fields
will be different.
Regards davie
On Dec 28, 8:33 pm, Michael Drayson wrote:
> Hello all,
>
>
e your application
to provide your APIs Console key when loading the Maps API.
Regards Davie
--
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
Hi
See http://daviestrachan.zxq.net/maps/taxicalc2.html
I have changed it for variable rates
Regards davie
On Dec 14, 10:00 pm, Matt Young wrote:
> That's perfect!! Can I use the code?
>
> Thanks
>
> Sent from my iPhone
>
> On 14 Dec 2011, at 21:08, davie w
Hi
Something like this http://daviestrachan.zxq.net/maps/taxicalc.html
works with address or Postcode
Regards Davie
On Dec 13, 7:44 pm, Matt Young wrote:
> I want to display the map and fine having the directions. How do I
> make the start and end point user defined?
>
> Sent fr
Hi
Yes your using Bing maps not Google
Regards Davie
On Dec 12, 8:56 am, Mac wrote:
> example (in german):www.trinews.at/triathlontermine/index.asp
>
> please change "datum bis" to "31.12.2012"
>
> this page should show the place for events, loaded with
uot;, $row['distance']);
}
}
echo $dom->saveXML();
echo $xmlfile;
//..
This will always create 1 marker even if no records are found.
In the calling file the first markerNode name is checked and if it is
"No Records Found" the default marker is used otherw
Davie
On Dec 7, 3:22 pm, IR HM wrote:
> I wonder whether someone may be able to help me please.
>
> I'm trying to use custom icons on
> this<http://www.mapmyfinds.co.uk/development/mylocationstest.html>
> page
> but I've come up against a problem. The page uses two
ns on your own server.
To emphasize the point further down the page you will see that one of
the graduates Web Search API is Deprecated
Regards Davie
On Dec 5, 9:25 am, Pil wrote:
> There would be an evident first choice solution:
> Why not redirecting the queries to the icons to another
Hi
Save data either as MySQL or Fusion tables
Regards Davie
On Nov 29, 8:35 am, dmk wrote:
> Hi,
>
> any one there to give some idea... !
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this g
Hi
Just a thought
As you are working in a Microsoft environment it would probably be
more effective to use Bing Maps
You should get more support eg see
http://www.magnetism.co.nz/blog/11-09-16/Displaying_a_Dynamics_CRM_2011_Account_on_a_Bing_Map.aspx
Regards Davie
On Nov 29, 9:23 pm, davie
Davie
On Nov 29, 11:28 am, Rossko wrote:
> I don't have Visual Studio so I can't replicate your problem, even if
> I were likely to want to copy/paste your code into my environment
> (which I'm not)
>
> When you want some help, give a link to your webpage showing t
I doubt this poster will post the issue and its resolution on the
issue list.
He probably found out the error was in his own code.
He didn't even understand the rational of his own link
http://catb.org/~esr/faqs/smart-questions.html#not_losing
Regards Davie
On Nov 27, 1:34 pm, &qu
Hi
The latest zipcode database for usa can be found here
http://federalgovernmentzipcodes.us/
This may be of use instead of reverse geocoding
Regars Davie
On Nov 26, 3:49 pm, wrote:
> On Nov 25, 9:37 am, Adil Malik wrote:
>
> > Hi,
> > I want to get a person's Zip
In reply to your origonal post it maybe an echo?
As said in an earlier post a link (demo) as none of us are
clairvoyants
Regards Davie
On Nov 26, 6:50 pm, AF wrote:
> Again, nothing to do with the subject matter but thanks again, you three
> must be what keeps Google profitable, you g
Not really
It is not designed for sea locations
Regards davie
On Nov 15, 10:37 am, marcin wrote:
> Hello, I wanted to ask if there's any way to improve reverse geocoding when
> using it on sea/ocean locations on map? Now it returns some not really
> accurate information (Someti
lat ) ) * cos( radians( lng ) - radians('-4') ) +
sin( radians('55') ) * sin( radians( lat ) ) ) ) AS distance FROM
gbstn HAVING distance < '200' ORDER BY distance LIMIT 0 , 20
CHANGE 55(2 places) and -4 to your own lat lng AND gbstn to your own
table name
Regards Dav
y and understand the logic of a code
snippet to see if it gives the required result before adding it to
your code
I see you have got the zoom fixed
Now to query the database with rooms and bathrooms
Post here if you want help with query
Regards Davie
On Nov 8, 7:00 pm, Am wrote:
> Ok, I figured i
Hi
See http://daviestrachan.zxq.net/maps/svgmap.xml
Map in SVG
Regards Davie
On Nov 7, 3:19 pm, Sy wrote:
> I think I may be able to do it with the 'foriegnobject' tag:
>
> http://ajaxian.com/archives/foreignobject-hey-youve-got-html-in-my-svg
>
> On Nov 7, 12:23
Google
subsidise your particular business model
Regards Davie
On Nov 7, 12:59 pm, JD Gauchat wrote:
> Hi Rossko. Thanks for the advice. Here is what I know:
>
> I was working on a project that requires Google Maps. Due to its
> characteristics, I estimated the following:
>
> - I
application unless:
(i) your platform does not have a web browser; or
(ii) if your platform does have a web browser, you provide a link that
shows the location concerned either (x) in the Google Maps native
application (if your platform has one); or (y) on the Google Maps
website.
Regards Davie
Hi
>They are allowed to keep the map private while developing. The final
>product must be publicly available to meet the TOS for the free API.
Exactly
But if they need help they need to have a public link to the sample
page
Regards Davie
On Nov 3, 3:43 pm, rlk27 wrote:
> I
-only access).
As the final product must be publicly accessible you should be able to
post a temp link.
If the final product is not publicly accessible you are breaking TOS
unless you have a Premier licence which has Google support.
Regards Davie
On Nov 3, 2:11 pm, rlk27 wrote:
> I could
Sorry
http://daviestrachan.zxq.net/maps/stationmap5.php
Regards Davie
On Nov 3, 9:53 am, davie strachan wrote:
> Hi Am
> Is this what you are looking for
> huttp://daviestrachan.zxq.net/maps/stationmap5.php
> try paris &london 25miles
> I suggest you try my map changing th
n created
// fit the map to the markers
map.fitBounds(bounds);*/
In your case there is always at least one XML marker (No Property
Found)
Regards Davie
On Nov 2, 9:21 pm, Rossko wrote:
> In your code you have
> map.fitBounds(zoom);
> You can't fitBoun
ter
map.fitBounds(bounds);
//map.setZoom(8);
to
map.fitBounds(zoom);
//map.setZoom(8);
If that doesnt work use alerts to see what is hapening
Regards Davie
On Oct 31, 7:42 pm, Am wrote:
> sorry, that was Longwood, FL 10mi, not 5mi.
--
You received this message because you are sub
http://www.netmagazine.com/news/devs-respond-google-maps-api-limits-111510
Regards Davie
On Oct 31, 5:39 pm, "geocode...@gmail.com"
wrote:
> On Oct 31, 10:17 am, giscoda wrote:
>
> > Hi Thor,
>
> > will there be an option to get streetview and geocoder with
tect the problem using your MySQL
administration
Regards Davie
On Oct 31, 5:22 pm, Chris Harding wrote:
> Hi
>
> The google geocoder failed due to ERROR eveytime I run it. This
> happens for my page and also the google exmpales online.
>
> My Page:http://www.lambrettatailorin
t")=="No properties found"{
map.setZoom(4);
}
for (var i = 0; i < markerNodes.length; i++) {
This should do it
Regards Davie
On Oct 31, 6:00 pm, Am wrote:
> Thank you for the advice. It's really helpful, but I don't know how to set
> the zoom level. I know I
>2) the 99,65% of the sites have found a way to offer a great map
>service without go over this limit. I'm very curios to know how!
Only show map when requested
How many of the 25K hits ever require the map??
Regards Davie
On Oct 31, 10:41 am, Rossko wrote:
> > 1) the 99,65% o
Hi
Exactly
If your site has hits which may excede the quota limit the access to
the map to only when the user requires one
Regards davie
On Oct 30, 8:11 pm, John Coryat wrote:
> If you have multiple maps on a single domain, then the cumulative total map
> loads per day for that domain i
Davie
On Oct 30, 11:48 am, Sy wrote:
> Hi, is it possible / permitted to embed an Google map inside an SVG
> document?
--
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 googl
limit don't have the
map on the main page and only show a map if the user requires one
Regards davie
On Oct 30, 2:48 pm, John Coryat wrote:
> We should be given a choice of shutting the site down when the 25k limit is
> reached or paying to keep it online. As stated by a previous
if you go with PHP/MySQL
Sorry to be so negative
Regards Davie
On Oct 28, 7:54 pm, Jeremy Geerdes wrote:
> You're going to have a hard time doing this given the TOS for the Maps API.
> Namely, since you mention that this map is for the "administrator front," the
> TO
Hi
Googling multiple travelling salesman with time window provides many
ideas
Regards Davie
On Oct 27, 10:02 pm, "Miguel.camba" wrote:
> Hi.
> I've reached a dead end on a problem. I've implemented easily a
> feature that optimizes a route given start and end poi
directly generated by Google either
geocoded or reverse geocoded any data recieved from the user is yours
to save (dependant on any relevant data protection laws in your
country)
Regards Davie
On Oct 28, 3:01 pm, mydoghasworms wrote:
> Thanks Rossko, you bring up an interesting point:
>
&
Regards Davie
On Oct 27, 7:51 pm, mydoghasworms wrote:
> I have just come across a part in the Terms of Service that seem to
> indicate that you may not store information from geocoding using Google
> Maps. I am building an application where users would be able to put a
> marker on a
Hi
http://www.rentalmatch101.com.php5-20.dfw1-1.websitetestlink.com/phpsqlsearch_genxml.php?lat=40&lng=-100&radius=2000
produces XLM which contains both city and state
IF you type arvada into the input box it gives 2 markers and the
sidebar shows both city & state
Regards Davie
On
Hi
What country??
Not all countries have states
It helps if you can be more specific in your questions.
Regards Davie
On Oct 26, 10:54 pm, "geocode...@gmail.com"
wrote:
> On Oct 26, 2:09 pm, Austin Gabel wrote:
>
> > I only want to show a list of cities with their
;setAttribute("name", $row['name']);
$newnode->setAttribute("address", $row['address']);
$newnode->setAttribute("lat", $row['lat']);
$newnode->setAttribute("lng", $row['ln
there is sufficient records to test (for USA + Canada I
personally would need at least 1000)
The coding goes in the phpsqlsearch_genxml.php file replacing the XML
generting lines
Regards Davie
On Oct 26, 4:03 pm, Am wrote:
> Is there anywhere specific in my code I'm supposed to add this? B
Hi
If you are looking for airports in Japan Geonames has the location of
14736 (Feature Code AIRP).
It would be advisable to create your own database rather than using
geocoding
Regards Davie
On Oct 23, 4:13 am, mighty wrote:
> I am experimenting with the Google Maps V3 api and I am a lit
/2b3f101fd509919e#
Regards Davie
On Oct 22, 9:29 pm, Hank wrote:
> Hi en4ce:
>
> It seems my thread here lacks etiquette. My bad for my part in that.
> If you could provide insight here on how I can demonstrate a more
> professional approach to posting content on groups.google.com in the
&g
Hi
Google Static Maps
http://code.google.com/apis/maps/documentation/staticmaps/
Regards Davie
On Oct 20, 1:29 am, Geoff wrote:
> Is there a way to convert the google maps object into a static image
> (png, jpg, gif, etc.)? Specifically, I have a div holding a google
> maps object wi
suggestions because I dont
use
Regards Davie
On Oct 19, 10:03 am, davie strachan wrote:
> Hi
> Carlos links give plugins for Google Maps
> You already have a map on page_id=55
> You need to find a Ajax plugin for your search or create your own to
> write XML file
> Helpfull linksht
/converting-mysql-queries-to-xml/ ///XML
from MySQL
http://wordpressapi.com/2009/10/08/create-xml-through-php-and-mysql/
///XML from MySQL
Sorry I can not help more
Regards Davie
On Oct 18, 9:30 pm, Carlos Montelongo wrote:
> Hope these links help you.
>
> http://en.support.wordpress.com/go
.txt
Hope this helps
Davie
On Oct 18, 3:00 pm, Judith Winner
wrote:
> Thanks Dave, but the webpage that you see when using the
> urlhttp://snowvillecreamery.com/snow_wp/phpsqlsearch.php/?lat=39.0202&ln...because
> it is inside the WordPress installation. The page that loads is
Hi
http://snowvillecreamery.com/snow_wp/phpsqlsearch.php/?lat=39.0202&lng=-82.0419&radius=100
should produce an XML file not a web page
http://www.snowvillecreamery.com/Custom_Search/phpsqlsearch.php?lat=39.0202&lng=-82.0419&radius=100
does
Regards Davie
On Oct 17, 7:39 pm, Judi
Attribute("lat", $row['lat']);
$newnode->setAttribute("lng", $row['lng']);
$newnode->setAttribute("distance", $row['distance']);
}
}
Regards Davie
On Oct 17, 9:48 pm, davie strachan wrote:
$newnode->setAttribute("address", $row['address']);
$newnode->setAttribute("lat", $center_lat);
$newnode->setAttribute("lng", $center_lng);
$newnode->setAttribute("distance", $row['distanc
nly property or hotels) which are clearly commercial.
I think non commercial sites such as the japanese earthquake maps
which may initially have a high hit rate but fall away relatively
quickly would not be charged
Davie
On Oct 13, 7:07 pm, Pil wrote:
> It's a shame.
>
> Initially they s
Hi
are you developing this using localhost??
the localhost IP address is not valid for geolocation
Regards Davie
On Oct 11, 4:50 am, "geocode...@gmail.com"
wrote:
> On Oct 10, 8:24 pm, George wrote:
>
> > Hi, I just wanted to make a page that got my geolocation and then
Hi
Try http://mapicons.nicolasmollet.com
or http://www.iconspedia.com/
Or Google map icons
You will need to store the files on your own server and not link to
the origin
Regards Davie
On Oct 7, 4:59 pm, Scott Hemmeter
wrote:
> I am familiar with the Static Maps API. What I am referring to
you will see that you can add parameters
to the URL to modify the map.
Regards Davie
On Oct 6, 5:11 pm, Scott H wrote:
> Does Google publish their locations for static image files that people
> can use in their maps development?
>
> I've found various blogs and such on the subjec
fail on the actual line. As the different browsers
use different interpreters some may not show errors at all.
The actual error may be several lines prior to the interpreter failing
in IE
Regards Davie
On Oct 6, 11:35 am, Andy Newby wrote:
> Hi,
>
> Thanks for the reply. Unfortunatly, tha
time but I am still struggling with ASP
vaguaries
Regards Davie
On Oct 6, 11:03 am, davie strachan wrote:
> Hi
> Know DA about jQuery
> But normally errors show up not on the line indicated but earlier on
>
> 22 jQuery(document).ready(function() {
> 23 jQuery('#toggleBu
Hi
Know DA about jQuery
But normally errors show up not on the line indicated but earlier on
22 jQuery(document).ready(function() {
23 jQuery('#toggleButton').click(function() {
24 if (jQuery('#toggleSection').is(":hidden"))
25 {
26 jQuery('#toggleSection').slideDown("slow");
27 } else
I think this is against TOS
The pertinent word here is alter which you are proposing to do.
Davie
On Oct 1, 10:23 am, Artem wrote:
> Masashi.K, you are right - API doesn't provide the way to change the
> appearance of copyrights line. But I can get this DIV through document
>
1 - 100 of 156 matches
Mail list logo