Skip to content
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

Allow user to set min/max zoom levels and restrict extent for base layer #310

Closed
wants to merge 34 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9cbdbf0
fix jquery location in paths.json
krdyke May 19, 2014
dff72d4
limiting zoom levels for spatiallayers
krdyke Jun 4, 2014
14e9fb5
Merge remote-tracking branch 'upstream/develop' into develop
krdyke Jun 4, 2014
8e0b46f
paths.json jquery chg
krdyke Jun 4, 2014
7c2abfb
Merge branch 'develop' into zoom-extent-restrict
krdyke Jun 4, 2014
8d1948e
add buttons for setting min/max zooms based on current map zoom
krdyke Jun 4, 2014
cfaf0ce
Committing minifed payloads.
krdyke Jun 4, 2014
28ef9a6
Committing minifed payloads.
krdyke Jun 4, 2014
fee7c8a
When publishing map move start/end events, include the original OpenL…
davidmcclure Aug 7, 2014
d8b55ea
Committing static assets.
davidmcclure Aug 7, 2014
6e105de
Added support for having Neatline exhibits in ExhibitBuilder 3.
Aug 25, 2014
5fbbb2a
Merge branch 'bug/css-underscores' into develop
davidmcclure Aug 27, 2014
5d48805
Gets rid of the unused setViewport method, which is replaced with set…
davidmcclure Sep 9, 2014
7455b3c
Updates the bower URL target for OpenLayers.
davidmcclure Sep 15, 2014
f68d0b1
Updates the Neatline logo.
davidmcclure Sep 15, 2014
3fd76cd
Committing static assets.
davidmcclure Sep 15, 2014
ca4ee12
Adds functionality so that WMS layers reflect the difference between …
csbailey5t Sep 18, 2014
09ff0eb
Adds Jasmine and PHPUnit tests for WMS layer selected opacity feature
csbailey5t Sep 18, 2014
6309ce3
Combines the separate vector/WMS highlight/select methods into combin…
davidmcclure Sep 19, 2014
55b0228
Shuffling around the WMS opacity tests for structural consistency.
davidmcclure Sep 19, 2014
cb94d5b
Gets rid of the obsolete WMS selection tests.
davidmcclure Sep 19, 2014
298b5b0
Adds a basic vector layer selection test, which strangely wasn't alre…
davidmcclure Sep 19, 2014
fa75780
Moves the WMS unselect test into the main unselect subscription suite.
davidmcclure Sep 19, 2014
c126dd8
Finishes reorganizing the WMS subscription tests.
davidmcclure Sep 19, 2014
840eb6a
Updates the readme.
davidmcclure Sep 19, 2014
93d185c
Adds a tags getter to the record model that returns a split array of …
davidmcclure Sep 19, 2014
58117e7
Merge branch 'develop' of https://github.com/krdyke/Neatline into dev…
krdyke Sep 23, 2014
63edcf1
limiting zoom levels for spatiallayers
krdyke Jun 4, 2014
7844293
add buttons for setting min/max zooms based on current map zoom
krdyke Jun 4, 2014
be644fe
Committing minifed payloads.
krdyke Jun 4, 2014
921b1a2
Committing minifed payloads.
krdyke Jun 4, 2014
9731de5
Merge branch 'zoom-extent-restrict' of https://github.com/krdyke/Neat…
krdyke Oct 1, 2014
23afdde
remove dup getExtent method
krdyke Oct 2, 2014
7a2643e
refactors zoom extent restricting a bit. Also, adds WMS support. Adds…
krdyke Oct 2, 2014
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
Prev Previous commit
Next Next commit
paths.json jquery chg
krdyke committed Jun 4, 2014
commit 8e0b46f91252b98f6a801da2f6aaf5d7f531042d
2 changes: 1 addition & 1 deletion paths.json
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@

"vendor": {

"jquery": "bower_components/jquery/jquery.js",
"jquery": "bower_components/jquery/dist/jquery.js",
"jquery_ui": "bower_components/jquery-ui/ui/jquery-ui.js",
"underscore": "bower_components/underscore/underscore.js",
"underscore_s": "bower_components/underscore.string/lib/underscore.string.js",