Hi Palash, your mockups are very cool!
for the most part I think you've got something very good here -- one area that will need attention is the map layers; you show an interface that allows you to generate a very specific kind of map layer, but as you probably know map layers in arches can be any valid OpenLayers layer instance it may be nice to provide simplified approaches to generating these instances, but we will also need a way to modify the javascript that generates these instances directly some example OpenLayers layer types a user might want to easily create include: WMS, ArcGISServerRest, WFS, TMS... others? it would be nice to have a simple way to create these instances for a beginner, but we should also provide a way for more technical users to modify the generated JavaScript directly Nice job! - Rob On Friday, March 7, 2014 12:06:33 AM UTC-8, Palash O'swal wrote: > > > <https://lh4.googleusercontent.com/-2IB8vIkHlbU/Uxl9p_0TE1I/AAAAAAAAB50/Qd8YpzzQZ4w/s1600/arches_3.png> > > Add Map Services will perform : > > return new OpenLayers.Layer.XYZ("XYZ", > "http://server.arcgisonline.com/blah${z}/${\ > y}/${x}", > { sphericalMercator: Boolean, > isBaseLayer:Boolean,zoomOffset: 1 > }); > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
