
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@amsterdam/arm-nontiled
Advanced tools
Part of Amsterdam React Maps library.
This is the link to the story book demo site with examples
Add this package to your project by running:
npm install --save @amsterdam/arm-nontiled
import 'leaflet/dist/leaflet.css' // make sure this is always included!
import { Map, BaseLayer, ViewerContainer, Zoom } from '@amsterdam/arm-core'
import { NonTiledLayer } from '@amsterdam/arm-nontiled'
const url = "https://map.data.amsterdam.nl/maps/aardgasvrij?service=WMS&request=GetMap&version=1.1.1&layers=buurten%2Cbuurtinitiatieven%2Cbuurten_kookgas"
const MyComponent = () => (
<Map fullScreen>
<NonTiledLayer url={url} options={{
identify: false,
format: 'image/png',
transparent: true,
layers: ['buurten', 'buurtinitiatieven', 'buurten_kookgas']
}} />
<ViewerContainer bottomRight={<Zoom />} />
<BaseLayer />
</Map>
)
export default MyComponent
[1.0.0]
@amsterdam/arm-cluster
@amsterdam/arm-core
@amsterdam/arm-nontiled
FAQs
Non-tiled map layers
The npm package @amsterdam/arm-nontiled receives a total of 42 weekly downloads. As such, @amsterdam/arm-nontiled popularity was classified as not popular.
We found that @amsterdam/arm-nontiled demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.