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