- Earth at night <- from living atlas (disabled options right menu)
- Vuelo AMS 1956 <- from new map viewer (change basemap labels & network filter by
tile) - Grocery <- from new map viewer
Coding demos:
tile)Coding demos:
| // Script to get video titles and links from a YT playlist | |
| // https://www.youtube.com/playlist?list=PLAYLIST_ID | |
| data = [] | |
| function youtube_parser(url){ | |
| var regExp = /^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*).*/; | |
| var match = url.match(regExp); | |
| return (match&&match[7].length==11)? match[7] : false; | |
| } | |
| document.querySelectorAll("a#video-title").forEach((el,i) => { | |
| let videoId = youtube_parser(el.href) |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Address Selection</title> | |
| <style> | |
| body { | |
| margin: 0; | |
| } | |
| .sb-title { |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>ArcGIS REST JS</title> | |
| <style> | |
| body { | |
| font-family: monospace; | |
| color: white; |
Last update: 26th July 2023
Go to: https://www.ogc.org/resource/products/compliant?display_opt=1
And run this code in the console:
function compare(a,b) {
Recuperado de https://www.policia.es/_es/dependencias_localizador_accesible_provincias.php# con el siguiente código:
let comisarias = {
"type": "FeatureCollection",
"features":[]
};
document.querySelectorAll(".list-group-flush .list-group-item").forEach(el =>{
[lat,lon] = el.querySelector(".col-12 a").href.split("?q=")[1].split(",");At Mapbox Studio: https://www.mapbox.com/mapbox-studio today (9th sept '22). use https://wayback.archive.org/ if needed