Skip to content

Commit

Permalink
Merge branch 'variation' of github.com:ika-rwth-aachen/RoadGeneration…
Browse files Browse the repository at this point in the history
… into variation
  • Loading branch information
jannikbusse committed Dec 5, 2023
2 parents d975aab + 6af7258 commit 3f7247d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/xml.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ int createXMLXercesC(roadNetwork &data)
nodeElement geoReference("geoReference");

DOMCDATASection *cdata;
generateCDATA("+proj=utm +zone=32 +ellps=WGS84 +datum=WGS84 +units=m +no_defs", &cdata);
generateCDATA("+proj=tmerc +lat_0=0 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +geoidgrids=egm96_15.gtx +vunits=m +no_defs", &cdata);
geoReference.domelement->appendChild(cdata);
geoReference.appendToNode(header);

Expand Down

0 comments on commit 3f7247d

Please sign in to comment.