mapshaper 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/LICENSE +1 -1
  2. package/mapshaper.js +1 -1
  3. package/package.json +4 -2
  4. package/www/mapshaper.js +1 -1
  5. package/www/docs/_assets/cmd-search.js +0 -213
  6. package/www/docs/_assets/docs.css +0 -722
  7. package/www/docs/_assets/docs.js +0 -75
  8. package/www/docs/_assets/highlight.css +0 -10
  9. package/www/docs/essentials/command-line.html +0 -127
  10. package/www/docs/essentials/command-line.html.md +0 -112
  11. package/www/docs/essentials/web-app.html +0 -138
  12. package/www/docs/essentials/web-app.html.md +0 -106
  13. package/www/docs/examples/basics.html +0 -275
  14. package/www/docs/examples/basics.html.md +0 -370
  15. package/www/docs/examples/data/Makefile +0 -31
  16. package/www/docs/examples/data/globe.msx +0 -0
  17. package/www/docs/examples/data/globe.svg +0 -616
  18. package/www/docs/examples/data/globe.txt +0 -21
  19. package/www/docs/examples/data/globe.zip +0 -0
  20. package/www/docs/examples/data/ne_50m_admin_0_countries.geojson +0 -1
  21. package/www/docs/examples/data/ne_50m_admin_1_states_provinces_lakes.geojson +0 -1
  22. package/www/docs/examples/data/us-states.msx +0 -0
  23. package/www/docs/examples/data/us-states.svg +0 -56
  24. package/www/docs/examples/data/us-states.txt +0 -6
  25. package/www/docs/examples/data/us-states.zip +0 -0
  26. package/www/docs/examples/globe.html +0 -108
  27. package/www/docs/examples/globe.html.md +0 -64
  28. package/www/docs/examples/us-states.html +0 -88
  29. package/www/docs/examples/us-states.html.md +0 -44
  30. package/www/docs/formats/csv.html +0 -127
  31. package/www/docs/formats/csv.html.md +0 -97
  32. package/www/docs/formats/dbf.html +0 -87
  33. package/www/docs/formats/dbf.html.md +0 -39
  34. package/www/docs/formats/flatgeobuf.html +0 -85
  35. package/www/docs/formats/flatgeobuf.html.md +0 -41
  36. package/www/docs/formats/geojson.html +0 -107
  37. package/www/docs/formats/geojson.html.md +0 -65
  38. package/www/docs/formats/geopackage.html +0 -87
  39. package/www/docs/formats/geopackage.html.md +0 -42
  40. package/www/docs/formats/json.html +0 -83
  41. package/www/docs/formats/json.html.md +0 -35
  42. package/www/docs/formats/kml.html +0 -82
  43. package/www/docs/formats/kml.html.md +0 -39
  44. package/www/docs/formats/overview.html +0 -191
  45. package/www/docs/formats/overview.html.md +0 -34
  46. package/www/docs/formats/shapefile.html +0 -123
  47. package/www/docs/formats/shapefile.html.md +0 -84
  48. package/www/docs/formats/snapshot.html +0 -87
  49. package/www/docs/formats/snapshot.html.md +0 -39
  50. package/www/docs/formats/svg.html +0 -99
  51. package/www/docs/formats/svg.html.md +0 -51
  52. package/www/docs/formats/topojson.html +0 -102
  53. package/www/docs/formats/topojson.html.md +0 -54
  54. package/www/docs/gallery/index.html +0 -80
  55. package/www/docs/gallery/index.html.md +0 -29
  56. package/www/docs/guides/combining-layers.html +0 -109
  57. package/www/docs/guides/combining-layers.html.md +0 -89
  58. package/www/docs/guides/expressions.html +0 -600
  59. package/www/docs/guides/expressions.html.md +0 -376
  60. package/www/docs/guides/programmatic.html +0 -117
  61. package/www/docs/guides/programmatic.html.md +0 -91
  62. package/www/docs/guides/projections.html +0 -158
  63. package/www/docs/guides/projections.html.md +0 -118
  64. package/www/docs/guides/simplification.html +0 -110
  65. package/www/docs/guides/simplification.html.md +0 -96
  66. package/www/docs/guides/topology.html +0 -90
  67. package/www/docs/guides/topology.html.md +0 -63
  68. package/www/docs/images/cal-counties.png +0 -0
  69. package/www/docs/images/simplification-detail.png +0 -0
  70. package/www/docs/images/simplification-dp.png +0 -0
  71. package/www/docs/images/simplification-mod2.png +0 -0
  72. package/www/docs/images/tiger-counties.png +0 -0
  73. package/www/docs/index.html +0 -101
  74. package/www/docs/index.html.md +0 -59
  75. package/www/docs/reference.html +0 -1302
  76. package/www/docs/reference.html.md +0 -1817
  77. package/www/docs/whats-new.html +0 -77
  78. package/www/docs/whats-new.html.md +0 -59
  79. package/www/llms-full.txt +0 -4053
  80. package/www/llms.txt +0 -55
@@ -1,21 +0,0 @@
1
- mapshaper \
2
- -i ne_50m_admin_0_countries.geojson name=countries \
3
- -proj +proj=nsper +h=1e7 +lat_0=35 +lon_0=2.35 \
4
- -simplify resolution=400 \
5
- -lines + name=lines \
6
- -graticule polygon name=background \
7
- -filter true + name=shadow \
8
- -graticule target=countries name=graticule interval=20 \
9
- -i "lat,lon,label\n48.86,2.35,Paris" name=dot \
10
- -points \
11
- -proj match=countries \
12
- -filter true + name=label \
13
- -style target=background fill='#f7f7f7' \
14
- -style target=shadow fill-effect=sphere fill='#ccc' \
15
- -style target=graticule stroke='#ccc' \
16
- -style target=countries fill='#e4e4e4' \
17
- -style target=lines stroke='TYPE == "inner" ? "#bbb" : "#c2c2c2"' \
18
- -style target=dot fill='#dd0000' r=4 \
19
- -style target=label label-text=label text-anchor=start dy=5 dx=10 font-size=16 \
20
- -target background,countries,lines,graticule,dot,label,shadow \
21
- -o globe.svg height=400 width=600
Binary file