Skip to content

Instantly share code, notes, and snippets.

View ydrea's full-sized avatar
💭
innit :D

Andrija Vranic ydrea

💭
innit :D
View GitHub Profile
@ydrea
ydrea / unimap.tsx
Created March 27, 2025 11:33
react-native-maps + @teovilla/react-native-web-maps
import React from 'react';
import { Platform, StyleProp, ViewStyle } from 'react-native';
// Native types
import type {
MapViewProps as NativeMapViewProps,
Marker as NativeMarker,
Region,
LatLng,
} from 'react-native-maps';
@ydrea
ydrea / L.TileLayer.BetterWMS.js
Created November 10, 2024 22:08
BetterWMS + HTML popups
//https://gist.github.com/rclark/6908938?permalink_comment_id=4749563#gistcomment-4749563
// with thumbs
showGetFeatureInfo: function (
err,
latlng,
content
// signaturaFromUrl
) {
if (err) {