Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2016-01-27 Thread RenoSun
Hey guys, I have upgrade our mobile map viewer by using OpenLayers 3 API. Have a look, and let me know what I can do to make it better. Thank you very much!!! -- View this message in context:

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2016-01-04 Thread RenoSun
Hi Jackie, I found out that Portable Basemap Server v3.1 couldn't get all my xyz tiles at zoom level higher than 17. Sometimes it only be able to get some of the tiles. I will assume PBS are using slightly different xyz numbers? Any ideas? Thanks : ) -- View this message in context:

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-31 Thread Jackie Ng
I should've ordered my previous post on preferred order of solutions to try. ie. Try firstly pre-seeding the XYZ tile cache and expose the tile directory so tiles can be accessed as static content. You can use Portable Basemap Server to pre-seed the cache (as referenced in my blog post:

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-31 Thread RenoSun
Hi Jackie, Did pre-seeding means pre-generation for the XYZ tiles? If so, I already did the same thing by using FME Workbench, and I generate whole XYZ tiles as following link: http://maps.qualicumbeach.com/GE/QBGoogleAirPhotoCompareTool/2011/WebTiler/18/40468/89635.png However, I found use

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-30 Thread RenoSun
Thank you Jackie, I removed the ol.js since I didn't use it at all. I think I was trying to upgrade the the mobile viewer from ol2 to ol3 before. I installed the GeoWebCache on our server, but I didn't figure out how to use it with mapguide-rest xyz tiles yet.

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-30 Thread Jackie Ng
Probably because there doesn't appear to be any asset bundling mechanism being used. I see lots of little js and css files individually served out. Asset bundling should at least reduce the number of js/css files served out. Also I noticed that OpenLayers.js and ol.js are being loaded. Is this

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-30 Thread Jackie Ng
Since the Aerial tiles use the well known XYZ grid scheme, you could put something like GeoWebCache (http://geowebcache.org/) in front of it and let it do the caching heavy lifting. Or if your aerial tile cache is already seeded, just expose the raw tile directory in the web server so the tiles

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-23 Thread Basques, Bob (CI-StPaul)
Loads on the slow side, but tolerable. Aerial tiles seem the slowest. bobb > On Dec 22, 2015, at 6:47 PM, Jackie Ng wrote: > > How are you doing % load progress? > > - Jackie > > > > -- > View this message in context: >

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-23 Thread RenoSun
I am using Pace.js . I restart the loading every time when mgLayer (maguide map image) loadstart. //loading indicator mgLayer.events.register("loadstart", mgLayer, function () { $(".readyMAP").remove(); Pace.restart();

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-23 Thread Basques, Bob (CI-StPaul)
I’m a lurker on the List. I use MapServer for all my Aerials via a backend Pyramided data structure. The general idea is to set up the service to only drop pixels and reduce the amount of pixel interpolation required. Basically the calls should always be using a pyramid layer that is at a

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-23 Thread RenoSun
Hi Blammo, Yes, the Aerial tiles are the slowest. I think I will have to involve some cloud computing tech to make my Aerial tiles as fast as Google/Bing map tiles. Any ideas? -- View this message in context:

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-22 Thread Jackie Ng
How are you doing % load progress? - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/New-Looks-of-the-Mobile-GIS-Mapping-Viewer-The-Town-of-Qualicum-Beach-tp5242395p5242719.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-22 Thread RenoSun
Thanks Jackie! It's the "sidebar-v2" template you posted on your blog before. I love it :) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/New-Looks-of-the-Mobile-GIS-Mapping-Viewer-The-Town-of-Qualicum-Beach-tp5242395p5242698.html Sent from the MapGuide Users mailing

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-21 Thread Jackie Ng
VERY NICE! That's sidebar-v2 template is slick ain't it? - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/New-Looks-of-the-Mobile-GIS-Mapping-Viewer-The-Town-of-Qualicum-Beach-tp5242395p5242398.html Sent from the MapGuide Users mailing list archive at Nabble.com.