プログレス。。。
This commit is contained in:
parent
19a188e059
commit
fe87e22b16
14 changed files with 271 additions and 179 deletions
|
@ -11,11 +11,11 @@ namespace osmp
|
|||
{
|
||||
typedef struct sBounds
|
||||
{
|
||||
float minlat, minlon, maxlat, maxlon;
|
||||
double minlat, minlon, maxlat, maxlon;
|
||||
} Bounds;
|
||||
|
||||
std::string GetSafeAttributeString(const tinyxml2::XMLElement* elem, const std::string& name);
|
||||
float GetSafeAttributeFloat(const tinyxml2::XMLElement* elem, const std::string& name);
|
||||
unsigned int GetSafeAttributeUint(const tinyxml2::XMLElement* elem, const std::string& name);
|
||||
double GetSafeAttributeFloat(const tinyxml2::XMLElement* elem, const std::string& name);
|
||||
uint64_t GetSafeAttributeUint64(const tinyxml2::XMLElement* elem, const std::string& name);
|
||||
bool GetSafeAttributeBool(const tinyxml2::XMLElement* elem, const std::string& name);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue