geojson2osm
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "geojson2osm", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "./index", | ||
"engines": { | ||
"node": "0.10.28" | ||
"node": "4.4.7" | ||
}, | ||
@@ -8,0 +8,0 @@ "bin": { |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/Rub21/geojson2osm.svg?branch=master)](https://magnum.travis-ci.com/Rub21/geojson2osm) | ||
## geojson2osm | ||
@@ -2,0 +4,0 @@ |
@@ -147,3 +147,3 @@ 'use strict'; | ||
if (properties[tag] !== null && tag && tag.indexOf('@') === -1) { | ||
tags += '<tag k="' + tag + '" v="' + properties[tag].toString().replace(/"/g, '').replace(/&/g, '') + '"/>'; | ||
tags += '<tag k="' + tag + '" v="' + properties[tag].toString().replace(/"/g, '').replace(/&/g, '').replace('<', '<').replace('<', '>') + '"/>'; | ||
} | ||
@@ -150,0 +150,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15589
11
72