Skip to content
Snippets Groups Projects
Commit 3030ebe3 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 23c45bad
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,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);
ParseXMLGoogle();
}
......
......@@ -18,7 +18,7 @@
#ifndef __otbCurlHelperInterface_h
#define __otbCurlHelperInterface_h
#include <iosfwd>
#include <iosfwd>
#include "itkObject.h"
#include "itkObjectFactory.h"
......
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