Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A control and integration to display OpenMapSamples vector data in MapLibre-based maps.

License

NotificationsYou must be signed in to change notification settings

adamfranco/OpenMapSamples-MapLibre

Repository files navigation

OpenMapSamples is a library to generate and providesample data for testing vector-based map renderings. Sample data is returned as GeoJSON and can berendered by mapping systems and styles to validate their coverage of combinations of data at differentzooms without hand-mapping all possible combinations.

TheOpenMapSamples-MapLibre package provides aMapLibre controlthat allows OpenMapSamples to be swapped for real data in MapLibre-based maps.

You can view a demonstration of this control athttps://adamfranco.github.io/OpenMapSamples-examples/.Look for the control in the bottom left of the map and choose a sample to replace the normal map datawith sample data and jump to the sample-data locations.

Screen-shot of a Highway sample

Usage

The SampleControl for MapLibre provides a button and dialog that temporarily replaces the source data in the map's style with sample data.

import SampleControl from 'openmapsamples-maplibre/OpenMapSamplesControl';import { default as OpenMapTilesSamples } from "openmapsamples/samples/OpenMapTiles";// Add our sample data.let sampleControl = new SampleControl({'permalinks': true});OpenMapTilesSamples.forEach((sample, i) => {  sampleControl.addSample(sample);});// Map is a previously configure maplibre-gl map.map.addControl(sampleControl, 'bottom-left');

About

A control and integration to display OpenMapSamples vector data in MapLibre-based maps.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp