zstadler
zstadler
I've installed > For info, I've installed the Windows "AIR runtime - version 51.0.1.2" from https://airsdk.harman.com/runtime , and https://www.systemed.net/potlatch/download/Potlatch_3_air__2024_06_12.zip from https://www.systemed.net/potlatch/download/ . That does allow me to sign in via...
Isn't it the same with the geometries stored mbtiles? I though all geometries are split between tiles. Also, [rotating the map and increasing the pitch](https://codepen.io/zstadler/pen/OJBdRbz?editors=0010) shows this:  It looks...
I'd like to suggest a different approach to the major/minor question. This has been implemented in the DEM-based (pre-generated) contour lines of Israel Hiking Map. The contour features have an...
Resolves https://github.com/maplibre/maplibre-gl-js/issues/3516
None of the [styles available in Maputnik](https://github.com/maplibre/maputnik/blob/main/src/config/styles.json) uses `["geometry-type"]`. I was looking for styles on [maplibre.org home page](https://maplibre.org/), and found none.
> Is $type a deprecated expression type that can't be used in "newer" expressions? Yes. `"$type"` appears in the [Deprecated section](https://maplibre.org/maplibre-style-spec/deprecations/#combining-filters) of the spec.
The issue still exists. Please merge this PR. To reproduce: 1. Open [maputnik](https://maplibre.org/maputnik) 2. Open -> Empty Style 3. Data Sources -> add New Source 4. Change the default `https://localhost:3000/tilejson.json`...
CoPilot suggests the following `src/components/tests/InputUrl.test.tsx` Will that do as a test? ```typescript import React from "react"; import { render, fireEvent, screen, cleanup } from "@testing-library/react"; import "@testing-library/jest-dom/extend-expect"; // Mock react-i18next...
CoPilot suggests the following `cypress/e2e/input_url.cy.ts`. Will it do as a test? ```typescript import React from "react"; import { mount } from "cypress/react18"; import InputUrl from "../../../src/components/InputUrl"; /** * The InputUrl...
It looks like cypress tests are unable to make this condition to be true https://github.com/maplibre/maputnik/blob/fa850fa1db2bcddef9dab5221842dca5d7e6ea33/src/components/InputUrl.tsx#L46 This may be the reason why the current/previous CORS warning behavior is not covered by...