value might not return
This commit is contained in:
parent
7b6b17519e
commit
1de8133489
@ -55,7 +55,7 @@ namespace OpenStreetMap_Importer
|
|||||||
{
|
{
|
||||||
if(currentNodeType == nodeType.WAY)
|
if(currentNodeType == nodeType.WAY)
|
||||||
{
|
{
|
||||||
string value = reader.GetAttribute("v");
|
string ?value = reader.GetAttribute("v");
|
||||||
switch (reader.GetAttribute("k"))
|
switch (reader.GetAttribute("k"))
|
||||||
{
|
{
|
||||||
/*case "highway":
|
/*case "highway":
|
||||||
|
Loading…
Reference in New Issue
Block a user