Skip to content

RawGit is shutting down, replace it with jsDelivr #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bower_components/leaflet/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img width="600" src="https://rawgit.com/Leaflet/Leaflet/master/src/images/logo.svg" alt="Leaflet" />
<img width="600" src="https://cdn.jsdelivr.net/gh/Leaflet/Leaflet/src/images/logo.svg" alt="Leaflet" />

Leaflet is the leading open-source JavaScript library for **mobile-friendly interactive maps**.
Weighing just about 37 KB of gzipped JS code, it has all the mapping [features][] most developers ever need.
Expand Down
2 changes: 1 addition & 1 deletion bower_components/openlayers/examples/jsts.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
with OpenLayers.
tags: "vector, jsts, buffer"
resources:
- https://cdn.rawgit.com/bjornharrtell/jsts/gh-pages/1.2.0/jsts.min.js
- https://cdn.jsdelivr.net/gh/bjornharrtell/jsts@gh-pages/1.2.0/jsts.min.js
---
<div id="map" class="map"></div>
2 changes: 1 addition & 1 deletion bower_components/openlayers/examples/topolis.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with OpenLayers, enabling creating and editing topological geometry. Standard interaction draws edges, snapping to existing edges. Delete an edge by drawing a new edge crossing the one to delete.
tags: "draw, edit, vector, topology, topolis"
resources:
- https://cdn.rawgit.com/bjornharrtell/topolis/releases/0.1.1/topolis.min.js
- https://cdn.jsdelivr.net/gh/bjornharrtell/topolis@releases/0.1.1/topolis.min.js
- https://code.jquery.com/jquery-3.1.1.min.js
- https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.3/toastr.min.js
- https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.3/toastr.min.css
Expand Down