itinero/routing

Using of LoadOsmDataFromOverpass

Obsidian-pb opened this issue · 0 comments

Hello! I'm trying to use routerDb.LoadOsmDataFromOverpass method in ASP MVC backend, but there are error occurs.

For security reasons, the use of a DTD in this XML document is prohibited. To enable DTD processing, set the DtdProcessing property in the XmlReaderSettings section to Parse and pass it to the XmlReader method.Create.

In documentation i can't find any information about this method.
How can i resolve such problem? Or may be there any other way to get data from overpass.
Thanks.