issues
search
yagoferrer
/
map-tools
map-tools.js is a Google Maps Feature-rich Javascript wrapper that makes things like: Marker filtering, asynchronous loading, working with TopoJSON or GeoJSON, animation and more. Much simpler with an easy-to-use API.
MIT License
88
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[bug] map.removeMarker() not really removing markers
#290
djeglin
opened
7 years ago
0
Updates dependencies
#289
yagoferrer
closed
8 years ago
1
JavaScript Error when running: addFeatureOptions #287
#288
yagoferrer
closed
9 years ago
0
JavaScript Error when running: addFeatureOptions
#287
yagoferrer
closed
9 years ago
0
Question: How can I alter GeoJson data before it is placed on the map?
#286
pjakobsen
closed
8 years ago
6
Non-minified version for debugging?
#285
pjakobsen
closed
9 years ago
3
Fixed what appears to be a tiny cut & paste error. Changed one named…
#284
pjakobsen
closed
9 years ago
1
Support for neighbourhood overlays.
#283
pjakobsen
closed
9 years ago
4
Type script modules #208 migration
#282
yagoferrer
closed
9 years ago
1
Type script full migration
#281
yagoferrer
closed
9 years ago
1
Yago/uid duplicates 279
#280
yagoferrer
closed
9 years ago
1
If you are using a custom UID and you are trying to add a duplicate, Ignore addMarker()
#279
yagoferrer
closed
9 years ago
0
Yago/type script
#278
yagoferrer
closed
9 years ago
1
Add support for static maps
#277
bcherny
opened
9 years ago
3
clean up, replace for(in) with for()
#276
toddrothe
closed
9 years ago
2
fixed - #268, multi tag search- cleaned up per comments on PR #274
#275
toddrothe
closed
9 years ago
1
Toro/268 blocked w multi tag search
#274
toddrothe
closed
9 years ago
1
As a user, I want to findMarker() by a radius. Example: {lat: 41, lng: 3, radius: '300km'}
#273
yagoferrer
opened
9 years ago
0
Extend the api to resize marker based on data
#272
hergert
opened
9 years ago
1
fixes #268 : allow marker search on multiple tags
#271
toddrothe
closed
9 years ago
2
Adds tests for: #269
#270
yagoferrer
closed
9 years ago
1
findMaker() does not work well when updating Marker data.
#269
yagoferrer
closed
9 years ago
0
Allow to work with multiple tags
#268
yagoferrer
closed
9 years ago
0
Update the marker_visibility_changed logic to leverage the findMarker() feature.
#267
hergert
opened
9 years ago
1
#237
#266
yagoferrer
closed
9 years ago
1
Adds "tagging" code. Feature: Remove Group feature and replace by taggin...
#265
yagoferrer
closed
9 years ago
1
Removes Group Feature #237
#264
yagoferrer
closed
9 years ago
1
Feature: support for multiple filtering settings when using findMarker()
#263
yagoferrer
opened
9 years ago
0
Marker.callback does not have an instance of the Marker as a Parameter #...
#262
yagoferrer
closed
9 years ago
0
Marker.callback does not have an instance of the Marker as a Parameter
#261
yagoferrer
closed
9 years ago
0
Updating Marker settings does not update the crossfilter dimensions fix #259
#260
yagoferrer
closed
9 years ago
0
Updating Marker settings does not update the crossfilter dimensions
#259
yagoferrer
closed
9 years ago
0
Fix the #257 issue
#258
hergert
closed
9 years ago
0
When applying multiple filters we are getting the subset of the previous find
#257
hergert
closed
9 years ago
0
Yago/find marker updates
#256
yagoferrer
closed
9 years ago
4
map.findMarker()
#255
yagoferrer
closed
9 years ago
0
Feature: When you add a Marker we need a callback function with the inst...
#254
yagoferrer
closed
9 years ago
1
Feature: When you add a Marker we need a callback function with the instance of the Marker.
#253
yagoferrer
closed
9 years ago
0
Yago/custom map event fixes #251
#252
yagoferrer
closed
9 years ago
1
Feature: Ability to throw an event when a x number of Markers are visible / not visible.
#251
yagoferrer
closed
9 years ago
0
Yago/info window 2
#250
yagoferrer
closed
9 years ago
1
Feature: When you update the content of an infoWindow and it's open, it should close it and reopen it again with the new content.
#249
yagoferrer
opened
9 years ago
0
Fixes: #247
#248
yagoferrer
closed
9 years ago
1
If you have multiple infoWindows setup to use a data variable, the content of the first opened window gets saved on cache.
#247
yagoferrer
closed
9 years ago
0
map.filterMarker() should be called -> map.findMarker() instead. #245
#246
yagoferrer
closed
9 years ago
1
map.filterMarker() should be called -> map.findMarker() instead.
#245
yagoferrer
closed
9 years ago
0
Feature: map.findMarker() with no parameters should return all Markers
#244
yagoferrer
closed
9 years ago
0
Yago/reset marker fixes #238
#243
yagoferrer
closed
9 years ago
0
map.updateMarker({icon: 'x.png'}) does not work. Javascript Error
#242
yagoferrer
closed
9 years ago
1
You should be able to create Markers without Map instance dependency.
#241
yagoferrer
opened
9 years ago
0
Next