Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

geojson2svg

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojson2svg - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

4

package.json
{
"name": "geojson2svg",
"version": "1.2.5",
"version": "1.2.6",
"description": "Converts geojson to svg/path string given svg viewport size and maps extent.",

@@ -32,3 +32,3 @@ "main": "src/main.js",

"exorcist": "^2.0.0",
"jsdom": "^16.5.2",
"jsdom": "^9.8.3",
"mocha": "~8.3.2",

@@ -35,0 +35,0 @@ "parse-svg-path": "~0.1.2",

# geojson2svg
Converts geojson to svg string given svg viewport size and maps extent.
Converts geojson to svg string given svg viewport size and maps extent. geojson2svg can be used client side (in the browser) or server side (with NodeJs).

@@ -4,0 +4,0 @@ Check [world map](https://rawgit.com/gagan-bansal/geojson2svg/master/examples/world.html), [SVG scaled map](https://rawgit.com/gagan-bansal/geojson2svg/master/examples/world-scaled.html) and [color coded map](https://rawgit.com/gagan-bansal/geojson2svg/master/examples/world-pop.html) examples to demonstrate that its very easy to convert geojson into map.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc