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

layerBounds #7

Open
JasonSanford opened this issue Nov 10, 2011 · 0 comments
Open

layerBounds #7

JasonSanford opened this issue Nov 10, 2011 · 0 comments
Assignees
Milestone

Comments

@JasonSanford
Copy link
Owner

We should have layerBounds as an option. If a map is panned or zoom outside of this bounds, no more feature requests are made.

var myAGSLayer = new vectors.AGS({
    url: "http://my-arcgis-server.com/arcgis/rest/services/schools/mapserver/10"
    fields: "*",
    uniqueField: "OBJECTID",
    layerBounds: new google.maps.LatLngBounds(new google.maps.LatLng(34, -80) /* SoutWest */, new google.maps.LatLng(36, -78) /* NorthEast */)
});
@ghost ghost assigned JasonSanford Nov 12, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant