-
https://github.com/banesullivan/localtileserver/blob/d34356eb37ee7edbfb95cb3df2de10b6e1e91a13/localtileserver/client.py#L108-L131
with geojson-pydantic (which only depends on pydantic, which you al…
-
geolocation could be helpfull to compute some moving receivers? Setting position could be done on pluto itself (gps device) or external setting. In both cases, Rest API should be OK.
Short of htt…
F5OEO updated
16 hours ago
-
**maplibre-gl-js version**: 5.0.0-pre7
**browser**: Firefox
### Steps to Trigger Behavior
1. Use a GeoJson Line Layer that is bigger than a normal tile
2. Tile boundaries are visible on differen…
-
Hi!
I'm working with [GeoJSON](https://fr.wikipedia.org/wiki/GeoJSON) large files. An example of entry:
```json
{
"type":"FeatureCollection",
"features":[
{
"type":"Fe…
-
I am encountering an issue where the warped GeoJSON annotation is misaligned and tilted after performing registration. The annotations should align directly over the target image, but they appear sli…
-
why is `examples/problematic_geometries/problematic_multitype_geometry_with_just_one_geometry.geojson` problematic?
The geojson spec says a feature collection can have 0+ features
-
**Is your feature request related to a problem? Please describe.**
I can assign a folium marker to a custom pane as in the example below:
```
import folium
from folium.map import CustomPane
m = f…
-
### What problem does this feature solve?
Currently eCharts allow to set boundingBox, however zoom and pan are not working outside of the boundingCoords. The goal is to open chart that is always fi…
-
# Visualizing GeoJSON Data with Folium in Python – Andre Suchitra - Official
Geographic data visualization is one of the most powerful and interesting ways to tell stories with your data. A major tex…
-
tar1090 has a nice database with airports ICAO and IATA - just hidden in the search function.
I wanted to see the airports shown as labels on the map.
This helps a lot when using pure satellite …