From 3d152a9e83619dcffd98bfb202c7b37925322904 Mon Sep 17 00:00:00 2001 From: "RobLabs.com" Date: Tue, 27 Aug 2024 20:55:13 -0700 Subject: [PATCH] Lets encrypt: protocols are now https in Markdown --- API.md | 8 ++++---- data/help.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/API.md b/API.md index 3bbbf1677..2738c50a3 100644 --- a/API.md +++ b/API.md @@ -35,14 +35,14 @@ Load GeoJSON data from a URL on the internet onto the map. The URL must refer directly to a resource that is: - Freely accessible (not behind a password) -- Supports [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) +- Supports [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) - Is valid GeoJSON The URL should be encoded as per `encodeURIComponent(url)`. #### Example: -http://geojson.io/#data=data:text/x-url,https%3A%2F%2Fraw.githubusercontent.com%2Fcodeforgermany%2Fclick_that_hood%2Fmain%2Fpublic%2Fdata%2Fcalifornia-counties.geojson +https://geojson.io/#data=data:text/x-url,https%3A%2F%2Fraw.githubusercontent.com%2Fcodeforgermany%2Fclick_that_hood%2Fmain%2Fpublic%2Fdata%2Fcalifornia-counties.geojson ### `id=gist:` @@ -65,7 +65,7 @@ The url is in the form: #### Example: -http://geojson.io/#id=github:benbalter/dc-wifi-social/blob/master/bars.geojson&map=14/38.9140/-77.0302 +https://geojson.io/#id=github:benbalter/dc-wifi-social/blob/master/bars.geojson&map=14/38.9140/-77.0302 ## Console API @@ -86,7 +86,7 @@ window.api.map.addSource('raster-tiles', { ], 'tileSize': 256, 'attribution': - 'Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA' + 'Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA' }) window.api.map.addLayer({ diff --git a/data/help.md b/data/help.md index 890506e5f..2b75b745f 100644 --- a/data/help.md +++ b/data/help.md @@ -1,6 +1,6 @@ ## Help -**geojson.io** is a quick, simple tool for creating, viewing, and sharing maps. geojson.io is named after [GeoJSON](http://geojson.org/), an open source spatial data format, and it supports GeoJSON in all ways - but also accepts KML, GPX, CSV, GTFS, TopoJSON, and other formats. +**geojson.io** is a quick, simple tool for creating, viewing, and sharing maps. geojson.io is named after [GeoJSON](https://geojson.org/), an open source spatial data format, and it supports GeoJSON in all ways - but also accepts KML, GPX, CSV, GTFS, TopoJSON, and other formats. Want to request a feature or report a bug? [Open an issue on geojson.io's issue tracker.](https://github.com/mapbox/geojson.io/issues?state=open)