You cannot post messages because only members can post, and you are not currently a member.
Description:
OpenScales Project Group
|
|
|
SelectFeaturesHandler treating only one layer
|
| |
Hi all.
According to the documentation, and to the source code, which I have
inspected, SelectFeaturesHandler should treat all layers in the map,
unless otherwise specified in the "layers" property. I've been testing
it and apparently it's only getting the information from the topmost
layer.... more »
|
|
Tiled WMS vs. WMSC
|
| |
Hi all.
Are there any differences between a WMSC layer and a WMS layer with
"tiled" set to TRUE?. Are they equivalent.?
TIA
Diego Marrero
|
|
Changelog since 2.0
|
| |
Hi There,
Is there a change log that describes the changes made between version
2.0.0 and the latest 2.1.1?
Thanks!
|
|
draw LineString
|
| |
hello;
I use openscales 1.1.8;
I want to draw LineString I use this method;
var line_1:LineString = new LineString(coordArray);my list "coordArray
" contained me coordinate
var lineFeature:LineStringFeature = new LineStringFeature(new
LineString(coordArray), {featureName:"Line 1"})
but i have this probleme LineString constructor ERROR : invalid... more »
|
|
Create Query in OSM Data
|
| |
hello;
I want to display OSM data in OpenScales and make request address
search for exemple etc. ..
I must have downloaded the OSM data and integret it in a database
postgis using the command osm2pgsql.???
or there exist a request getcapabilitie which allows access in the
data from geoserver.???... more »
|
|
OSM node, tag
|
| |
I am pretty new working with OSM. What I like to do is download some
data from the OSM DB at runtime. Not sure if it can be done through
OpenScales, not sure if it can be done at all. Do you provide such
thing with OpenScales ? I can discuss more privatly what I am looking
for and what I am trying to achieve... more »
|
|
Using Locale
|
| |
Hi all.
I'm trying to set the language to spanish using the Locale class. This
is what I'm doing after creationComplete:
this.theMap.map.locale = Locale.getLocaleByKey ('es').localeKey;
After this, the map is still in english. I'm assuming that OpenScales
has the spanish texts in place. Is that so? Is there anything else I... more »
|
|
Blend Mode
|
| |
Has anyone been able to use the blend mode prop on a layer?
Rob
|
|
|