debian/0000755000000000000000000000000012050217247007166 5ustar debian/libjs-jquery-geo-doc.links0000644000000000000000000000062312050217247014164 0ustar usr/share/doc/libjs-jquery-geo-doc/html/images/map.png usr/share/doc/libjs-jquery-geo-doc/html/geomap/images/map.png usr/share/doc/libjs-jquery-geo-doc/html/images/$.geo-logo-small.png usr/share/doc/libjs-jquery-geo-doc/html/examples/twheat/img/$.geo-logo-small.png usr/share/doc/libjs-jquery-geo-doc/html/examples/ usr/share/doc/libjs-jquery-geo-doc/examples debian/rules0000755000000000000000000000234712050217247010254 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifndef UPVER UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d- -f1 | cut -d+ -f1) endif DEBVER := $(UPVER)+ds1 %: dh $@ override_dh_auto_build: for i in core geographics geomap tiled shingled; do \ cat js/jquery.geo.$$i.js >> js/jquery.geo.full.js; \ done for i in $$(ls js/*); do \ uglifyjs -o $$(dirname $$i)/$$(basename $$i .js).min.js $$i; \ done override_dh_install: dh_install rm -rf debian/libjs-jquery-geo-doc/usr/share/doc/libjs-jquery-geo-doc/html/examples/utah/js/libs/ get-orig-source: uscan --verbose \ --download-version $(UPVER) \ --force-download \ --destdir . \ --rename tar xf jquery-geo_$(UPVER).orig.tar.gz rm -vrf AppGeo-geo-*/js/*.min.js \ AppGeo-geo-*/js/excanvas.js \ AppGeo-geo-*/js/jquery-*.js \ AppGeo-geo-*/js/jquery.mousewheel* \ AppGeo-geo-*/js/jquery.ui.* \ AppGeo-geo-*/js/jsrender.* \ AppGeo-geo-*/libs/jquery/jquery.js \ AppGeo-geo-*/docs/jquery.geo-* find AppGeo-geo-*/ -name "*.min.js" -print -delete tar cf jquery-geo_$(DEBVER).orig.tar AppGeo-geo-*/ gzip -9 jquery-geo_$(DEBVER).orig.tar rm -rf jquery-geo_$(UPVER).orig.tar.gz AppGeo-geo-*/ debian/libjs-jquery-geo-doc.lintian-overrides0000644000000000000000000000021212050217247016474 0ustar duplicate-files usr/share/doc/libjs-jquery-geo-doc/html/examples/geometry.html usr/share/doc/libjs-jquery-geo-doc/html/examples/proj.html debian/watch0000644000000000000000000000020312050217247010212 0ustar version=3 opts=dversionmangle=s/\+ds\d//,uversionmangle=s/b/~b/ \ http://githubredir.debian.net/github/AppGeo/geo/(\d+.*)\.tar\.gz debian/control0000644000000000000000000000231312050217247010570 0ustar Source: jquery-geo Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino Build-Depends: debhelper (>= 9~) , node-uglify Standards-Version: 3.9.4 Homepage: http://jquerygeo.com/ Vcs-Git: git://git.debian.org/pkg-javascript/jquery-geo.git Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jquery-geo.git;a=summary Package: libjs-jquery-geo Architecture: all Depends: ${misc:Depends} , libjs-jquery , libjs-jquery-mousewheel , libjs-jquery-ui , libjs-excanvas Recommends: javascript-common Suggests: libjs-jquery-geo-doc Description: JavaScript mapping API jQuery Geo is an open-source geospatial mapping project which provides a streamlined JavaScript API for common online mapping needs. Package: libjs-jquery-geo-doc Architecture: all Section: doc Depends: ${misc:Depends} , libjs-jquery , libjs-jquery-mobile , libjs-jquery-watermark , libjs-modernizr , libjs-jsrender Description: JavaScript mapping API - documentation jQuery Geo is an open-source geospatial mapping project which provides a streamlined JavaScript API for common online mapping needs. . This package contains documentation. debian/changelog0000644000000000000000000000046312050217247011043 0ustar jquery-geo (1.0~b1+ds1-2) unstable; urgency=low * Fixed debian/copyright. -- David Paleino Mon, 12 Nov 2012 17:06:56 +0100 jquery-geo (1.0~b1+ds1-1) unstable; urgency=low * Initial release (Closes: #648075) -- David Paleino Sat, 13 Oct 2012 17:31:55 +0200 debian/copyright0000644000000000000000000000474712050217247011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: jquery-geo Files: * Copyright: © 2007-2012, Applied Geographics, Inc. License: MIT or GPL-2.0+ Files: debian/* Copyright: © 2012, David Paleino License: MIT Files: js/jquery.geo.head.js Copyright: © 2007-2012, Applied Geographics, Inc. License: MIT or GPL-2.0+ Comment: the file also mentions some Google copyright, with Apache 2.0 license. That snippet of copyright really refers to excanvas, which has been stripped from the tarball, and is therefore no more relevant now. Files: libs/qunit/* Copyright: © 2012, John Resig © 2012, Jörn Zaefferer License: MIT or GPL-2.0+ License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/libjs-jquery-geo.install0000644000000000000000000000004612050217247013746 0ustar js/* usr/share/javascript/jquery-geo/ debian/README.Debian0000644000000000000000000000211212050217247011223 0ustar jquery-geo for Debian --------------------- The original jquery-geo library has third-party libraries embedded. To avoid this, the Debian version simply requires these third-party libraries to be included *BEFORE* including any part of jquery-geo. Also, jquery-geo depends on jQuery. All these libraries are pulled in as dependencies of the binary package. Thus, remember to include these libraries *BEFORE* jquery-geo: - /usr/share/javascript/jquery/jquery.js - /usr/share/javascript/excanvas/excanvas.js - /usr/share/javascript/jsrender/jsrender.js - /usr/share/javascript/jquery-mousewheel/jquery.mousewheel.js - /usr/share/javascript/jquery-ui/ui/jquery.ui.widget.js You can also use minified versions, at your discretion. If you're developing a web application, it's highly advised to use the 'javascript-common' package. The package, besides the full version (jquery.geo.full.js), also provides the single files with which it is built, so that you can satisfy custom requirements. -- David Paleino Tue, 08 Nov 2011 20:55:59 +0100 debian/source/0000755000000000000000000000000012050217247010466 5ustar debian/source/format0000644000000000000000000000001412050217247011674 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000003112050217247010165 0ustar js/*.full.js js/*.min.js debian/libjs-jquery-geo-doc.doc-base0000644000000000000000000000033012050217247014514 0ustar Document: libjs-jquery-geo-doc Title: jQuery-Geo Manual Section: Programming/Javascript Format: HTML Index: /usr/share/doc/libjs-jquery-geo-doc/html/index.html Files: /usr/share/doc/libjs-jquery-geo-doc/html/*.html debian/README.source0000644000000000000000000000033612050217247011347 0ustar jquery-geo for Debian --------------------- The original tarball has been repacked to remove third-party software, elsewhere available in Debian. -- David Paleino Tue, 08 Nov 2011 20:55:59 +0100 debian/patches/0000755000000000000000000000000012050217247010615 5ustar debian/patches/series0000644000000000000000000000002312050217247012025 0ustar 00-fix_paths.patch debian/patches/00-fix_paths.patch0000644000000000000000000040004112050217247014037 0ustar From: David Paleino Subject: point to locally installed files Origin: vendor Forwarded: not-needed --- docs/examples/all-shingled.html | 19 +++++++------------ docs/examples/all-tiled.html | 19 +++++++------------ docs/examples/append.html | 8 ++++++-- docs/examples/appendservice.html | 8 ++++++-- docs/examples/bbox.html | 10 +++++++--- docs/examples/bostock.html | 10 +++++++--- docs/examples/census.html | 10 +++++++--- docs/examples/center.html | 10 +++++++--- docs/examples/defer.html | 19 +++++++------------ docs/examples/destroy.html | 10 +++++++--- docs/examples/drag.html | 10 +++++++--- docs/examples/draw.html | 10 +++++++--- docs/examples/drawStyle.html | 10 +++++++--- docs/examples/empty.html | 8 ++++++-- docs/examples/emptyservice.html | 8 ++++++-- docs/examples/events.html | 8 ++++++-- docs/examples/find.html | 8 ++++++-- docs/examples/findservice.html | 8 ++++++-- docs/examples/geo-geometry.html | 10 +++++++--- docs/examples/geometry.html | 8 ++++++-- docs/examples/hurricane.html | 8 ++++++-- docs/examples/image.html | 10 +++++++--- docs/examples/inset.html | 17 ++++++----------- docs/examples/insetmap.html | 10 +++++++--- docs/examples/isGeodetic.html | 10 +++++++--- docs/examples/jqm.html | 8 ++++++-- docs/examples/label.html | 10 +++++++--- docs/examples/labelservice.html | 10 +++++++--- docs/examples/logo.html | 8 ++++++-- docs/examples/marker.html | 8 ++++++-- docs/examples/measure.html | 11 +++++++---- docs/examples/mobile.html | 8 ++++++-- docs/examples/mode-zoom.html | 10 +++++++--- docs/examples/opacity.html | 10 +++++++--- docs/examples/panscroll.html | 10 +++++++--- docs/examples/proj.html | 8 ++++++-- docs/examples/refresh.html | 8 ++++++-- docs/examples/remove.html | 8 ++++++-- docs/examples/removeservice.html | 8 ++++++-- docs/examples/services.html | 10 +++++++--- docs/examples/shapeStyle.html | 10 +++++++--- docs/examples/shapeStyleservice.html | 10 +++++++--- docs/examples/shingled.html | 10 +++++++--- docs/examples/simplest.html | 10 +++++++--- docs/examples/static.html | 10 +++++++--- docs/examples/stringsrc.html | 10 +++++++--- docs/examples/template.html | 24 ++++++++++++------------ docs/examples/tiledservices.html | 8 ++++++-- docs/examples/tilingScheme.html | 8 ++++++-- docs/examples/tracking.html | 8 ++++++-- docs/examples/twheat/index.html | 10 +++++++--- docs/examples/twitter-heat.html | 8 ++++++-- docs/examples/usastates.html | 8 ++++++-- docs/examples/utah/index.html | 12 ++++++++---- docs/examples/voting.html | 10 +++++++--- docs/examples/wkt.html | 10 +++++++--- docs/examples/zoom.html | 10 +++++++--- docs/geo/area.html | 10 +++++++--- docs/geo/bbox.html | 10 +++++++--- docs/geo/center.html | 10 +++++++--- docs/geo/centroid.html | 10 +++++++--- docs/geo/contains.html | 10 +++++++--- docs/geo/distance.html | 10 +++++++--- docs/geo/expandBy.html | 10 +++++++--- docs/geo/height.html | 10 +++++++--- docs/geo/include.html | 10 +++++++--- docs/geo/index.html | 10 +++++++--- docs/geo/length.html | 10 +++++++--- docs/geo/pointAlong.html | 10 +++++++--- docs/geo/polygonize.html | 10 +++++++--- docs/geo/proj.html | 10 +++++++--- docs/geo/reaspect.html | 10 +++++++--- docs/geo/recenter.html | 10 +++++++--- docs/geo/scaleBy.html | 10 +++++++--- docs/geo/width.html | 10 +++++++--- docs/geomap/append.html | 10 +++++++--- docs/geomap/axisLayout.html | 10 +++++++--- docs/geomap/bbox.html | 10 +++++++--- docs/geomap/bboxMax.html | 10 +++++++--- docs/geomap/center.html | 10 +++++++--- docs/geomap/cursors.html | 10 +++++++--- docs/geomap/destroy.html | 10 +++++++--- docs/geomap/drawStyle.html | 10 +++++++--- docs/geomap/empty.html | 10 +++++++--- docs/geomap/find.html | 10 +++++++--- docs/geomap/geomapbbox.html | 10 +++++++--- docs/geomap/geomapclick.html | 10 +++++++--- docs/geomap/geomapdblclick.html | 10 +++++++--- docs/geomap/geomaploadend.html | 10 +++++++--- docs/geomap/geomaploadstart.html | 10 +++++++--- docs/geomap/geomapmove.html | 10 +++++++--- docs/geomap/geomapshape.html | 10 +++++++--- docs/geomap/index.html | 10 +++++++--- docs/geomap/measureLabels.html | 10 +++++++--- docs/geomap/mode.html | 10 +++++++--- docs/geomap/opacity.html | 10 +++++++--- docs/geomap/pannable.html | 10 +++++++--- docs/geomap/pixelSize.html | 10 +++++++--- docs/geomap/refresh.html | 10 +++++++--- docs/geomap/remove.html | 10 +++++++--- docs/geomap/resize.html | 10 +++++++--- docs/geomap/scroll.html | 10 +++++++--- docs/geomap/services.html | 10 +++++++--- docs/geomap/shapeStyle.html | 10 +++++++--- docs/geomap/shift.html | 10 +++++++--- docs/geomap/tilingScheme.html | 10 +++++++--- docs/geomap/toMap.html | 10 +++++++--- docs/geomap/toPixel.html | 10 +++++++--- docs/geomap/toggle.html | 10 +++++++--- docs/geomap/zoom.html | 10 +++++++--- docs/geomap/zoomMax.html | 10 +++++++--- docs/geomap/zoomMin.html | 10 +++++++--- docs/geomap/zoommethod.html | 10 +++++++--- docs/html/index.html | 10 +++++++--- docs/index.html | 10 +++++++--- docs/internals/index.html | 10 +++++++--- docs/quickstart/index.html | 10 +++++++--- docs/what/index.html | 12 ++++++++---- 118 files changed, 810 insertions(+), 379 deletions(-) --- jquery-geo.orig/docs/examples/utah/index.html +++ jquery-geo/docs/examples/utah/index.html @@ -54,10 +54,14 @@ - - - - + + + + + + + + --- jquery-geo.orig/docs/examples/all-shingled.html +++ jquery-geo/docs/examples/all-shingled.html @@ -183,18 +183,13 @@ - - - - + + + + + + + - - - + + + + + + + - + + + + + + - + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - - - + + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - - + + + + + + + - + + + + + + - + - + + + + + - - + + + + + + + - - + + + + + + - - + + + + + + + - - + + + + + + + - + + + + + + - - + + + + + + + - - + + + + + + + - + + + + + + - + + + + + + - - - + + + + + + + - + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - + + + + + + - + + + + + + - + + + + + + - + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - - + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + - + + + + + + - + + + + + + - + + + + + + - - + + + + + + + - + + + + + + + - + + + + + - + + - + + + + + - - + + + + + + + - - + + + + + + + - + + + + + + - + --- jquery-geo.orig/docs/geo/bbox.html +++ jquery-geo/docs/geo/bbox.html @@ -61,10 +61,14 @@ var calculatedBbox = $.geo.bbox(shape); - - + + + + + + - + --- jquery-geo.orig/docs/geo/center.html +++ jquery-geo/docs/geo/center.html @@ -42,10 +42,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/centroid.html +++ jquery-geo/docs/geo/centroid.html @@ -52,10 +52,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/contains.html +++ jquery-geo/docs/geo/contains.html @@ -53,10 +53,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/distance.html +++ jquery-geo/docs/geo/distance.html @@ -45,10 +45,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/expandBy.html +++ jquery-geo/docs/geo/expandBy.html @@ -43,10 +43,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/height.html +++ jquery-geo/docs/geo/height.html @@ -41,10 +41,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/include.html +++ jquery-geo/docs/geo/include.html @@ -52,10 +52,14 @@ var includeBbox = $.geo.include( bbox, [ - - + + + + + + - + --- jquery-geo.orig/docs/geo/index.html +++ jquery-geo/docs/geo/index.html @@ -68,10 +68,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/length.html +++ jquery-geo/docs/geo/length.html @@ -50,10 +50,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/pointAlong.html +++ jquery-geo/docs/geo/pointAlong.html @@ -50,10 +50,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/polygonize.html +++ jquery-geo/docs/geo/polygonize.html @@ -43,10 +43,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/proj.html +++ jquery-geo/docs/geo/proj.html @@ -105,10 +105,14 @@ $('map').geomap( { - - + + + + + + - + --- jquery-geo.orig/docs/geo/reaspect.html +++ jquery-geo/docs/geo/reaspect.html @@ -42,10 +42,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/recenter.html +++ jquery-geo/docs/geo/recenter.html @@ -43,10 +43,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/scaleBy.html +++ jquery-geo/docs/geo/scaleBy.html @@ -43,10 +43,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geo/width.html +++ jquery-geo/docs/geo/width.html @@ -41,10 +41,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/append.html +++ jquery-geo/docs/geomap/append.html @@ -222,10 +222,14 @@ $( "#map" ).append( shape, { c - - + + + + + + - + --- jquery-geo.orig/docs/geomap/axisLayout.html +++ jquery-geo/docs/geomap/axisLayout.html @@ -51,10 +51,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/bbox.html +++ jquery-geo/docs/geomap/bbox.html @@ -54,10 +54,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/bboxMax.html +++ jquery-geo/docs/geomap/bboxMax.html @@ -52,10 +52,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/center.html +++ jquery-geo/docs/geomap/center.html @@ -50,10 +50,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/cursors.html +++ jquery-geo/docs/geomap/cursors.html @@ -59,10 +59,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/destroy.html +++ jquery-geo/docs/geomap/destroy.html @@ -41,10 +41,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/drawStyle.html +++ jquery-geo/docs/geomap/drawStyle.html @@ -62,10 +62,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/empty.html +++ jquery-geo/docs/geomap/empty.html @@ -52,10 +52,14 @@ $( "#map,#map .geo-service" ). - - + + + + + + - + --- jquery-geo.orig/docs/geomap/find.html +++ jquery-geo/docs/geomap/find.html @@ -103,10 +103,14 @@ var osmShapes = $( "#map .osm" - - + + + + + + - + --- jquery-geo.orig/docs/geomap/geomapbbox.html +++ jquery-geo/docs/geomap/geomapbbox.html @@ -44,10 +44,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/geomapclick.html +++ jquery-geo/docs/geomap/geomapclick.html @@ -44,10 +44,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/geomapdblclick.html +++ jquery-geo/docs/geomap/geomapdblclick.html @@ -48,10 +48,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/geomaploadend.html +++ jquery-geo/docs/geomap/geomaploadend.html @@ -48,10 +48,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/geomaploadstart.html +++ jquery-geo/docs/geomap/geomaploadstart.html @@ -48,10 +48,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/geomapmove.html +++ jquery-geo/docs/geomap/geomapmove.html @@ -44,10 +44,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/geomapshape.html +++ jquery-geo/docs/geomap/geomapshape.html @@ -48,10 +48,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/index.html +++ jquery-geo/docs/geomap/index.html @@ -287,10 +287,14 @@ $( map selector ).geomap( "o - - + + + + + + - + --- jquery-geo.orig/docs/geomap/measureLabels.html +++ jquery-geo/docs/geomap/measureLabels.html @@ -58,10 +58,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/mode.html +++ jquery-geo/docs/geomap/mode.html @@ -382,10 +382,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/opacity.html +++ jquery-geo/docs/geomap/opacity.html @@ -79,10 +79,14 @@ $("#harbor-cruise").geomap(&qu - - + + + + + + - + --- jquery-geo.orig/docs/geomap/pannable.html +++ jquery-geo/docs/geomap/pannable.html @@ -53,10 +53,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/pixelSize.html +++ jquery-geo/docs/geomap/pixelSize.html @@ -51,10 +51,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/refresh.html +++ jquery-geo/docs/geomap/refresh.html @@ -85,10 +85,14 @@ $("#map .my-dynamic-service"). - - + + + + + + - + --- jquery-geo.orig/docs/geomap/remove.html +++ jquery-geo/docs/geomap/remove.html @@ -59,10 +59,14 @@ $( "#map,#map .geo-service" ). - - + + + + + + - + --- jquery-geo.orig/docs/geomap/resize.html +++ jquery-geo/docs/geomap/resize.html @@ -45,10 +45,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/scroll.html +++ jquery-geo/docs/geomap/scroll.html @@ -53,10 +53,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/services.html +++ jquery-geo/docs/geomap/services.html @@ -198,10 +198,14 @@ var map = $( "#map" ).geomap( - - + + + + + + - + --- jquery-geo.orig/docs/geomap/shapeStyle.html +++ jquery-geo/docs/geomap/shapeStyle.html @@ -106,10 +106,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/shift.html +++ jquery-geo/docs/geomap/shift.html @@ -68,10 +68,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/tilingScheme.html +++ jquery-geo/docs/geomap/tilingScheme.html @@ -86,10 +86,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/toMap.html +++ jquery-geo/docs/geomap/toMap.html @@ -42,10 +42,14 @@ var mapPositions = $("#map").g - - + + + + + + - + --- jquery-geo.orig/docs/geomap/toPixel.html +++ jquery-geo/docs/geomap/toPixel.html @@ -42,10 +42,14 @@ var pixelPositions = $("#map") - - + + + + + + - + --- jquery-geo.orig/docs/geomap/toggle.html +++ jquery-geo/docs/geomap/toggle.html @@ -79,10 +79,14 @@ $("#harbor-cruise").geomap(&qu - - + + + + + + - + --- jquery-geo.orig/docs/geomap/zoom.html +++ jquery-geo/docs/geomap/zoom.html @@ -58,10 +58,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/zoomMax.html +++ jquery-geo/docs/geomap/zoomMax.html @@ -55,10 +55,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/zoomMin.html +++ jquery-geo/docs/geomap/zoomMin.html @@ -55,10 +55,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/geomap/zoommethod.html +++ jquery-geo/docs/geomap/zoommethod.html @@ -51,10 +51,14 @@ $("#map").geomap( "zoom&q - - + + + + + + - + --- jquery-geo.orig/docs/html/index.html +++ jquery-geo/docs/html/index.html @@ -95,10 +95,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/index.html +++ jquery-geo/docs/index.html @@ -141,10 +141,14 @@ - - + + + + + + - + - + + + + + + - + --- jquery-geo.orig/docs/quickstart/index.html +++ jquery-geo/docs/quickstart/index.html @@ -41,10 +41,14 @@ - - + + + + + + - + --- jquery-geo.orig/docs/what/index.html +++ jquery-geo/docs/what/index.html @@ -11,7 +11,7 @@ - + @@ -39,10 +39,14 @@ - - + + + + + + - + debian/libjs-jquery-geo-doc.install0000644000000000000000000000006012050217247014505 0ustar docs/* usr/share/doc/libjs-jquery-geo-doc/html/ debian/compat0000644000000000000000000000000212050217247010364 0ustar 8