GeoSHPer is a JavaScript library for converting shapefile data into GeoJSON. It reads ZIP archives containing .shp, .dbf, and .prj files, parses geographic features and attributes, and supports coordinate transformation using Proj4js. The result is a GeoJSON FeatureCollection, enabling easy integration with web mapping libraries.
Tätä skriptiä ei tulisi asentaa suoraan. Se on kirjasto muita skriptejä varten sisällytettäväksi metadirektiivillä // @require https://update.greasyfork.org/scripts/526996/1614265/GeoSHPer.js.
WME GeoFile is a File Importer that allows you to import various geometry files (supported formats: GeoJSON, KML, WKT, GML, GPX, shapefiles(SHP,SHX,DBF).ZIP) into the Waze Map Editor (WME). The script enhances the mapping utilities offered by WME by overlaying geospatial data directly onto the maps.
Once the script is installed and running, it will add a 'GEO' tab to the WME sidebar. You can use this tab to:
Built on the original code by Timbones:
User Interface Improvements:
Customization Options:
State / County / County-Sub and ZIP Code Boundary Drawing:
"Whats in View" Feature:
Layer Management:
Improved File Handling:
<extension> tags to GeoJSON before rendering for easier integration with WME.Support for Projection Transformations:
.prj file, ensuring accurate mapping and data representation on the WME platform.Enhanced Label Management:
Creating Custom Labels:
${attributeName} for dynamic values.
#:${BridgeNumber}\\n${FacilityCarried} over\\n${FeatureCrossed}
#:${BridgeNumber}
${FacilityCarried} over
${FeatureCrossed}
Expected Output:
#:01995
U.S. ROUTE 6 over
BIG RIVER
This script is based on the original "WME Geometries" script by Timbones and contributors.
Original Author: Timbones
Contributors: