jQueryGeo/geo
Small, fast & simple JavaScript mapping and geospatial API as a jQuery plugin
{ "createdAt": "2011-01-19T00:13:15Z", "defaultBranch": "master", "description": "Small, fast & simple JavaScript mapping and geospatial API as a jQuery plugin", "fullName": "jQueryGeo/geo", "homepage": "https://jquerygeo.github.io/docs/", "language": "JavaScript", "name": "geo", "pushedAt": "2025-10-24T20:44:07Z", "stargazersCount": 422, "topics": [], "updatedAt": "2025-11-17T15:11:39Z", "url": "https://github.com/jQueryGeo/geo"}jQuery Geo
Section titled “jQuery Geo”After years of internal development, we are pleased to bring our JavaScript map widget and spatial analysis tools to the open-source world in the form of a jQuery plugin.
Getting Started
Section titled “Getting Started”Using jQuery Geo requires, at a minimum, adding one element, including one script (apart from jQuery itself, version 1.9 or higher), and calling one function.
You can get the library through NPM and JSPM.
Download via npm
Section titled “Download via npm”$ npm install jquery --save-dev$ npm install jquery.geo --save-dev<div id="map" style="height: 480px;"></div><script unsrc="node_modules/jquery/dist/jquery.min.js"></script><script unsrc="node_modules/jquery.geo/dist/jquery.geo.min.js"></script><script> $(function() { $( "#map" ).geomap( ); });</script>Load via jspm
Section titled “Load via jspm”$ npm install jspm --save-dev$ jspm init$ jspm install jquery$ jspm install npm:jquery.geoimport $ from 'jquery';import geomap from 'jquery.geo';
$( '#map' ).geomap( );Documentation
Section titled “Documentation”The latest docs are hosted at: https://jquerygeo.github.io/docs/
Contributing
Section titled “Contributing”To contribute to the project, please read and follow the [CONTRIBUTING guide]!(CONTRIBUTING.md).
License
Section titled “License”Copyright (c) 2025 Ryan Morrison-Westphal Licensed under the MIT license