Skip to content

Instantly share code, notes, and snippets.

View dbrnz's full-sized avatar

David Brooks dbrnz

  • Auckland Bioengineering Institute
  • New Zealand
View GitHub Profile
@dbrnz
dbrnz / filter.html
Created June 9, 2024 07:44
Example showing problem with filter in MapLibre
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link href='https://unpkg.com/maplibre-gl@4.3.2/dist/maplibre-gl.css' rel='stylesheet' />
<script src='https://unpkg.com/maplibre-gl@4.3.2/dist/maplibre-gl-dev.js'></script>
<style>
#map {
position: fixed;
top: 0;