Skip to content
Snippets Groups Projects
Commit c0b8cc65 authored by Julien Malik's avatar Julien Malik
Browse files

BUG: fix #474 - url in PlaceNameToLonLat polluted by the style hook

parent 7ba1e636
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ bool PlaceNameToLonLat::Evaluate()
std::ostringstream urlStream;
urlStream << "http://maps.google.com/maps?q=";
urlStream << m_PlaceName;
urlStream << "&sll=38.9594, -95.2655&sspn=119.526, 360&output=kml&ie=utf-8&v=2.2&cv=4.2.0180.1134&hl=en";
urlStream << "&sll=38.9594,-95.2655&sspn=119.526,360&output=kml&ie=utf-8&v=2.2&cv=4.2.0180.1134&hl=en";
RetrieveXML(urlStream);
if ( m_RequestSucceed )
ParseXMLGoogle();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment