
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@collmot/ol-react
Advanced tools
A thin wrapper for OpenLayers 4 in React.
The goal is to be able to write applications using OpenLayers maps in a declarative way. For example, the following is JSX, which can be returned by the render() method on a React component, to generate a map with a red square near the equator.
<Map view=<View resolution={10000} center={[0, 0]}/>>
<layer.Tile>
<source.OSM />
</layer.Tile>
<layer.Vector>
<source.Vector>
<Feature style={{stroke: {color: [255, 0, 0, 1]}}}>
<geom.LineString coordinates={[[0, 0], [100000, 0], [100000, 100000], [0, 100000]]} />
</Feature>
</source.Vector>
</layer.Vector>
</Map>
To understand what each element does, read the OpenLayers API documentation.
This version is forked from ol-react,
originally written by Richard Hills. Our version adds support for the new
React context API, gets rid of class inheritances and includes several other
OpenLayers components that the original version did not contain. Since the fork
has diverged too much from upstream, we have renamed it to @collmot/ol-react.
We are very grateful to Richard Hills for publishing the first version of
ol-react on which this version is built.
FAQs
React interface for OpenLayers, forked from ol-react
The npm package @collmot/ol-react receives a total of 1 weekly downloads. As such, @collmot/ol-react popularity was classified as not popular.
We found that @collmot/ol-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.