JSTS Integration
main.js import 'ol/ol.css'; import GeoJSON from 'ol/format/GeoJSON'; import LinearRing from 'ol/geom/LinearRing'; import Map from 'ol/Map'; import OSM from 'ol/source/OSM'; import VectorSource from 'ol/source/Vector'; import View from 'ol/View'; import { LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon, } from 'ol/geom'; import {Tile as TileLayer, Vector as VectorLayer} from 'ol/layer'; import {fromLonLat} from
https://openlayers.org/en/master/examples/jsts.html?q=jsts
bjornharrtell/jsts
JavaScript Topology Suite. Contribute to bjornharrtell/jsts development by creating an account on GitHub.
https://github.com/bjornharrtell/jsts#readme
JSTS
JSTS is a JavaScript library of spatial predicates and functions for processing geometry conforming to the Simple Features Specification for SQL published by the Open Geospatial Consortium. JSTS is also a JavaScript port of the well established Java library JTS with a built in parser for OpenLayers interopability.
http://bjornharrtell.github.io/jsts/

Seonglae Cho