Git Product home page Git Product logo

bikemapcode's Introduction

bikemapcode

Mobile-friendly web maps created with open-source Leaflet templates.

  • Show multiple color-coded routes (uploaded as GPX files)
  • Allow users to find their location on desktops or smartphones
  • Display geotagged Flickr photos from your journeys
  • Host your map on a free GitHub Pages site or your own website

Distributed as-is with no warranty under an MIT license. Feedback and code contributions welcome on GitHub or email to [email protected]

Demos

Direct link

Simplified with a link shortener for easy print distribution

Web map embedded in a WordPress.org site

Web map embedded in a Weebly site

Sample short links for bike events

Sample links to bike tours with photos

What the tool does NOT do:

  • It does not provide routing directions to bike from point A to B
  • It does not work without internet access.

Code credits and open-source licenses

To Do

var HartGISBike = L.esri.featureLayer({
	url: 'http://gis1.hartford.gov/arcgis/rest/services/OpenData_Community/MapServer/9',
	style: function () {
		return { color: "#70ca49", opacity: 0.7, weight: 5};
	}
});
controlLayers.addOverlay(HartGISBike, 'City of Hartford bike lanes');

//esri-leaflet popup
TrinGISPrimaryRoutes.bindPopup(function (feature) {
   	return L.Util.template('<p>Primary Route<br>FID: {FID}</p>', feature.properties);
});

bikemapcode's People

Contributors

ilyankou avatar jackdougherty avatar npmcdn-to-unpkg-bot avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.