
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@cedarstudios/react-cedarmaps
Advanced tools
A mapping service and highly detailed and spatially accurate GIS vector data application that covers the whole country of Iran.
CedarMaps is the location data platform for mobile and web applications. We provide building blocks to add location features like maps, search, and navigation into any experience you create. Use our simple and powerful APIs & SDKs and our open source libraries for interactivity and control.
Not a CedarMaps user yet? Sign up for an account here. Once you’re signed in, all you need to start building is a CedarMaps access token.
This guide will take you through the process of integrating CedarMaps into your React application.
This package is a wrapper over react-mapbox-gl library.
Npm
npm install @cedarstudios/react-cedarmaps --save
Yarn
yarn add @cedarstudios/react-cedarmaps
import CedarMaps from '@cedarstudios/react-cedarmaps'
render() {
return {
<CedarMaps
containerStyle={{
height: '100vh',
width: '100%'
}}
token='YOUR ACCESS TOKEN'
center={[ 51.34379364705882, 35.74109568627451]}
>
</CedarMaps>
}
}
Get ReactMapboxGl object and start adding Markers, Polylines or other controls.
const {RotationControl, ZoomControl, ScaleControl} = CedarMaps.getReactMapboxGl()
return (
<CedarMaps
containerStyle={{
height: '100vh',
width: '100%'
}}
token='YOUR ACCESS TOKEN'
preserveDrawingBuffer={false}
center={[ 51.34379364705882, 35.74109568627451]}
>
<RotationControl/>
<ZoomControl/>
<ScaleControl/>
</CedarMaps>
)
You can read more about ReactMapboxGl in Mapbox Documentation
You can consult this example for getting acquainted with our package.
FAQs
A mapping service and highly detailed and spatially accurate GIS vector data application that covers the whole country of Iran.
The npm package @cedarstudios/react-cedarmaps receives a total of 4 weekly downloads. As such, @cedarstudios/react-cedarmaps popularity was classified as not popular.
We found that @cedarstudios/react-cedarmaps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.