Last 7 days
Last 30 days
-
r605
(setMaxZoom/setMinZoom pass-thru for RMCachedTileSource
) committed by tracy.harton
- setMaxZoom/setMinZoom pass-thru for RMCachedTileSource
setMaxZoom/setMinZoom pass-thru for RMCachedTileSource
-
r604
(missing checkin from 603
) committed by tracy.harton
- missing checkin from 603
-
r603
(Disconnect [map contents] maxZoom and minZoom from tileSourc...) committed by tracy.harton
- Disconnect [map contents] maxZoom and minZoom from tileSource maxZoom and minZoom.
ie: You can set the mapView to allow zooms 1-20, even if your tile source can only provide 2-14.
Limitations:
Allowing too much overzoom results in poor images due to high magnification scaling.
Allowing too much underzoom results in poor performance and eventually hard crashes due to memory
and graphics limitations. In general, on a 3G, you
can only allow 1 level of underzoom. 3GS can do more. Customize to your application, there
is a friendly assert to this affect.
Unique tilesources should no longer provide minZoom/maxZoom/tileSideLength functions as these
values should come from the RMFractal projection. Instead set custom values in the init.
I have updated all checked in sources, but if you have your own custom source, it will need an
easy tweek or two.
Disconnect [map contents] maxZoom and minZoom from tileSource maxZoom and minZoom.
ie: You can set the mapView to allow zooms 1-20, even if your tile source can only provide 2-14.
Limitations:
Allowing too much overzoom results in poor images due to high magnification scaling.
Allowing too much underzoom results in poor performance and eventually hard crashes due to memory
and graphics limitations. In general, on a 3G, you
can only allow 1 level of underzoom. 3GS can do more. Customize to your application, there
is a friendly assert to this affect.
Unique tilesources should no longer provide minZoom/maxZoom/tileSideLength functions as these
values should come from the RMFractal projection. Instead set custom values in the init.
I have updated all checked in sources, but if you have your own custom source, it will need an
easy tweek or two.
-
r602
(Assert should really be a warning as the code recovers, and ...) committed by tracy.harton
- Assert should really be a warning as the code recovers, and the assert is much more annoying
Assert should really be a warning as the code recovers, and the assert is much more annoying
-
r601
(tilesource change example
) committed by tracy.harton
- tilesource change example
tilesource change example
-
-
r599
(Fix for reloading tiles after changing source
) committed by tracy.harton
- Fix for reloading tiles after changing source
Fix for reloading tiles after changing source
-
r598
(RMMapView:setRotation to rotate the mapView, while rotating ...) committed by tracy.harton
- RMMapView:setRotation to rotate the mapView, while rotating the markers back to vertical
RMMapView:setRotation to rotate the mapView, while rotating the markers back to vertical
-
issue 114
(libtool (libMapView.a error) on Simulator 3.1 build) commented on by mcknut
-
-
r597
(Added RMOpenCycleMap Source and RMNotifications.h header
) committed by tracy.harton
- Added RMOpenCycleMap Source and RMNotifications.h header
Added RMOpenCycleMap Source and RMNotifications.h header
Earlier this year
-
r596
(Add latitudeLongitudeBoundingBox to TileSource description. ...) committed by tracy.harton
- Add latitudeLongitudeBoundingBox to TileSource description. Defaults to [-90,90,-180,180]
Add latitudeLongitudeBoundingBox to TileSource description. Defaults to [-90,90,-180,180]
-
r595
(enable FMDB statement Cache, flush on didReceiveMemoryWarnin...) committed by tracy.harton
- enable FMDB statement Cache, flush on didReceiveMemoryWarning
enable FMDB statement Cache, flush on didReceiveMemoryWarning
-
r594
(Remove some magic numbers
) committed by tracy.harton
- Remove some magic numbers
Remove some magic numbers
-
r593
(remove dataPending stubs
) committed by tracy.harton
- remove dataPending stubs
-
r592
(Add INDEX for zLastUsed for performance
) committed by tracy.harton
- Add INDEX for zLastUsed for performance
Add INDEX for zLastUsed for performance
-
r591
(Add enableDragging property to RMMarker and RMPath.
When set...) committed by vladimir.vyskocil
- Add enableDragging property to RMMarker and RMPath.
When set to NO for a Marker/Path it one don't follow map movements anymore.
Add enableDragging property to RMMarker and RMPath.
When set to NO for a Marker/Path it one don't follow map movements anymore.
-
r590
(Add proxy tiles .PNGs
NetworkActivity Notification
) committed by tracy.harton
- Add proxy tiles .PNGs
NetworkActivity Notification
Add proxy tiles .PNGs
NetworkActivity Notification
-
r589
(Move all RM* notification strings to common RMNotifications....) committed by tracy.harton
- Move all RM* notification strings to common RMNotifications.h
Move all RM* notification strings to common RMNotifications.h
-
r588
(- fix for valid < 512 byte tiles
- Don't cache "missing" pro...) committed by tracy.harton
- - fix for valid < 512 byte tiles
- Don't cache "missing" proxy tile
- fix for valid < 512 byte tiles
- Don't cache "missing" proxy tile
-
r587
(Fix for two finger tap zoom out. Zoom was being trigger at ...) committed by tracy.harton
- Fix for two finger tap zoom out. Zoom was being trigger at the end of a pinch if the user did not
release at the same time
Fix for two finger tap zoom out. Zoom was being trigger at the end of a pinch if the user did not
release at the same time
-
-
r585
(Allow app (via RMResumeNetworkOperations/RMSuspendNetworkOpe...) committed by tracy.harton
- Allow app (via RMResumeNetworkOperations/RMSuspendNetworkOperations notifications) to limit network
requests to save battery
Allow app (via RMResumeNetworkOperations/RMSuspendNetworkOperations notifications) to limit network
requests to save battery
-
r584
(don't reset db on didReceiveMemoryWarning
add image to db ev...) committed by tracy.harton
- don't reset db on didReceiveMemoryWarning
add image to db even if loaded
don't reset db on didReceiveMemoryWarning
add image to db even if loaded
-
r583
(cleanup to remove redundant image, fix RMFileTimeImage
) committed by tracy.harton
- cleanup to remove redundant image, fix RMFileTimeImage
cleanup to remove redundant image, fix RMFileTimeImage
-
r582
(Handle HTTP errors gracefully. Retry some, send error notif...) committed by tracy.harton
- Handle HTTP errors gracefully. Retry some, send error notification on others
Handle HTTP errors gracefully. Retry some, send error notification on others
-
-
r581
(When enableDragging is FALSE, deceleration should not happen...) committed by vladimir.vyskocil
- When enableDragging is FALSE, deceleration should not happen
When enableDragging is FALSE, deceleration should not happen
-
-
-
r580
(Fix for issue 119 : Markers move on zooming
The zoom value w...) committed by vladimir.vyskocil
- Fix for issue 119 : Markers move on zooming
The zoom value was not properly clamped below maxZoom when zooming in because zoomFactor was applied
even if it made zoom value overflow maxZoom.
Fix for issue 119 : Markers move on zooming
The zoom value was not properly clamped below maxZoom when zooming in because zoomFactor was applied
even if it made zoom value overflow maxZoom.
-
-
r579
(Revert r571 due to performances issues
) committed by vladimir.vyskocil
- Revert r571 due to performances issues
Revert r571 due to performances issues
-
-
-
r578
(handle tapOnLabelForMarker when label is a UIView
) committed by tracy.harton
- handle tapOnLabelForMarker when label is a UIView
handle tapOnLabelForMarker when label is a UIView
-
-
r577
(Fix for minimalPurge... Purge was always 1 and ignored confi...) committed by tracy.harton
- Fix for minimalPurge... Purge was always 1 and ignored config setting
Fix for minimalPurge... Purge was always 1 and ignored config setting
-
r576
(- touchesEnded: mimic Google Maps two-finger tap to zoom out...) committed by tracy.harton
- - touchesEnded: mimic Google Maps two-finger tap to zoom out behavior (to go with 1 finger double-
tap to zoom in behavior)
- moveToProjectedPoint: setNeedsDisplay for overlay on map move to redraw RMPath
- touchesEnded: mimic Google Maps two-finger tap to zoom out behavior (to go with 1 finger double-
tap to zoom in behavior)
- moveToProjectedPoint: setNeedsDisplay for overlay on map move to redraw RMPath
-
-
RoutemeApplications
(Shipping applications and projects in development that use R...) Wiki page edited by mar...@ceperley.com
- Revision r575
Updated Old Map App to Historic Earth
Revision r575
Updated Old Map App to Historic Earth
-
r574
(Updated CacheNT. Added working WMS Source, and tile loading ...) committed by mar...@ceperley.com
- Updated CacheNT. Added working WMS Source, and tile loading notifications in RMTileFactory for the
beginning and ending of loading. Tile fade-in animations turned off.
Updated CacheNT. Added working WMS Source, and tile loading notifications in RMTileFactory for the
beginning and ending of loading. Tile fade-in animations turned off.
-
-
-
-
r573
(Fix for issue 110: Tile source 404 errors are marked as corr...) committed by vladimir.vyskocil
- Fix for issue 110 : Tile source 404 errors are marked as correct images and stored in cache as blank
images
Fix for issue 110 : Tile source 404 errors are marked as correct images and stored in cache as blank
images
-
-
issue 120
(Addition of local imagery option to RMTileSource) reported by rdennis
-
-
issue 4
(Zooming doesn't reuse already-loaded tile images) commented on by foobaz
-
|