Skip to content

Instantly share code, notes, and snippets.

View mahdin75's full-sized avatar
🎯
Focusing

Mahdi Nazari Ashani mahdin75

🎯
Focusing
View GitHub Profile
@odan
odan / xampp_php7_xdebug.md
Last active June 28, 2024 12:58
Installing Xdebug for XAMPP
@iamgeoknight
iamgeoknight / polygon_split.js
Last active February 28, 2024 13:16
Split Polygon by Line
onGeomChange = (e) => {
/*
This function will dynamically split the polygon into two parts by a line and will follow geometry change event.
*/
//Create jsts parser to read openlayers geometry
let parser = new jsts.io.OL3Parser();
//Creating line geometry from draw intraction
let linestring = new ol.Feature({