featureserver
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,6 @@ # Change Log | ||
## [1.0.4] - 2017-02-01 | ||
### Changed | ||
* Reorganize templates | ||
## [1.0.3] - 2017-02-01 | ||
@@ -22,2 +26,3 @@ ### Fixed | ||
[1.0.4]: https://github.com/featureserver/featureserver/compare/v1.0.3..v1.0.4 | ||
[1.0.3]: https://github.com/featureserver/featureserver/compare/v1.0.2..v1.0.3 | ||
@@ -24,0 +29,0 @@ [1.0.2]: https://github.com/featureserver/featureserver/compare/v1.0.1..v1.0.2 |
var renderers = { | ||
polygon: require('./templates/renderers/polygon.json'), | ||
line: require('./templates/renderers/line.json'), | ||
point: require('./templates/renderers/point.json') | ||
polygon: require('../templates/renderers/polygon.json'), | ||
line: require('../templates/renderers/line.json'), | ||
point: require('../templates/renderers/point.json') | ||
} | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "featureserver", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "*An open source implementation of the GeoServices specification*", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
24938
23
597