disable shapefile DL in v3
authorIvan Kohler <ivan@freeside.biz>
Mon, 9 Jan 2023 03:20:15 +0000 (19:20 -0800)
committerIvan Kohler <ivan@freeside.biz>
Mon, 9 Jan 2023 03:20:15 +0000 (19:20 -0800)
FS/FS/Mason.pm
debian/control
httemplate/browse/deploy_zone.html

index 0862214..5ea9136 100644 (file)
@@ -127,7 +127,7 @@ if ( -e $addl_handler_use_file ) {
   use Number::Phone::Country qw( noexport );
   use Business::US::USPS::WebTools::AddressStandardization;
   use Geo::GoogleEarth::Pluggable 0.16;
-  use Geo::Shapelib;
+  #use Geo::Shapelib;
   use Geo::JSON;
   use Geo::JSON::FeatureCollection;
   use LWP::UserAgent;
index dac9173..63b7489 100644 (file)
@@ -98,7 +98,7 @@ Depends: aspell-en,gnupg,ghostscript,gsfonts,gzip,
  libunicode-truncate-perl (>= 0.303-1),
  libpod-simple-perl,
  liblocale-po-perl, libgeo-uscensus-geocoding-perl,
- libnet-sftp-foreign-perl, libpdf-webkit-perl, libgeo-shapelib-perl,
+ libnet-sftp-foreign-perl, libpdf-webkit-perl,
  libgeo-json-perl
 Suggests: libbusiness-onlinepayment-perl
 Description: Libraries for Freeside billing and trouble ticketing
index 0533d6e..8b651c2 100644 (file)
@@ -19,7 +19,7 @@
                         'Contractual Mbps',
                         'Vertices',
                         'Census blocks',
-                        'Shapefile',
+                        #'Shapefile',
                         'KMZ',
                         'GeoJSON',
                      ],
@@ -31,7 +31,7 @@
                        '',
                        '',
                        '',
-                       '<A HREF="'. $fixed_shp.  '">download</A>',
+                       #'<A HREF="'. $fixed_shp.  '">download</A>',
                        '<A HREF="'. $fixed_kmz.  '">download</A>',
                        '<A HREF="'. $fixed_json. '">download</A>',
                      ],
@@ -83,7 +83,7 @@
                        '(adv_speed_down, adv_speed_up)',
                        '(cir_speed_down, cir_speed_up)',
                      ],
-  links           => [  $link_fixed, $link_fixed, '', '', '', '', '', '', $link_shp, $link_kmz, $link_json, ],
+  links           => [  $link_fixed, $link_fixed, '', '', '', '', '', '', $link_kmz, $link_json, ],
   align           => 'cllllrrr',
   nohtmlheader    => 1,
   disable_maxselect => 1,
                         'Service Type',
                         'Advertised Mbps',
                         'Vertices', # number of vertices? not so useful
-                        'Shapefile',
+                        #'Shapefile',
                         'KMZ',
                         'GeoJSON',
                      ],
                        '(is_voice is not null, is_broadband is not null)',
                        '(adv_speed_down, adv_speed_up)',
                      ],
-  links           => [  $link_mobile, $link_mobile, '', '', '', '', '', $link_shp, $link_kmz, $link_json, ],
+  links           => [  $link_mobile, $link_mobile, '', '', '', '', '', $link_kmz, $link_json, ],
   align           => 'clllllr',
   nohtmlheader    => 1,
   disable_maxselect => 1,