pitommasi
Members-
Content count
166 -
Joined
-
Last visited
-
Days Won
1
Everything posted by pitommasi
-
Dinamically Resize Map According To Browser Window Size
pitommasi replied to pitommasi's topic in Using FusionMaps XT
ok, thanks -
great news, thanks!
-
World Map Target Countries (x n y coordinates)
pitommasi replied to Kisor's topic in Using FusionMaps XT
I was afraid that it was like that... -
As I thought, then... thanks
-
Is it possible to eliminate counties?
pitommasi replied to FusionCharts Support's topic in Using FusionMaps XT
Unfortunately, not entirely, because I also needed to get rid of the blank space left fom hidden entities... -
Please, don't do that unless you are ready to add the dispose() method, as well...
-
And did I understand correctly tht this doesn't happen with charts? I.e. if I create a charte with DOMId="blchart" and then I create another one with the same ID, a new one is created, with a different ID and the old one is still loaded in memory?
-
even if it is a different map? let's say the first is world map and the second is africa map...
-
thanks, so what happens if I create different maps (with different swf) with the same ID? From what I have seen if I do that with charts, chart's id automatically changes, so I assume that the old one stil exists in memory. What about maps?
-
Hi! Is there a way to automatically calculate marker coordinates? I need to put a marker following a logic (i.e. if a country has a certain value - or falls within a range of values) a marker should appear at the center of the country. How can get this to work?
-
[More Than Urgent!] Get Coloring Range In Javascript
pitommasi posted a topic in Using FusionMaps XT
Is there a way to get the coloring range defined in the XML in javascript? -
HI! I have a page with a chart and a map. I want to do "something" when each of them has finished rendering. Problem is, FC_Rendered is fired for both too quickly, so I do not have time to do anything... for charts, i read that is possible to use something like FusionCharts.addEventListener ( FusionChartsEvents.DrawComplete, function () { alert("FusionCharts Draw Complete."); }); can I do something similar for maps?
-
For now, I solved the problem: it looks like I was using a version of fusioncharts.js older than the swf's...
-
I know,l but then the empty area wil still be displayed...
-
OK, finally a proper answer, thanks.
-
[More Than Urgent!] Get Coloring Range In Javascript
pitommasi replied to pitommasi's topic in Using FusionMaps XT
If you read carefully, I have written "read", not set!!! I want to know in javascript which color range has been set into the loaded XML... -
[More Than Urgent!] Get Coloring Range In Javascript
pitommasi replied to pitommasi's topic in Using FusionMaps XT
obviously, no answer... -
[More Than Urgent!] Get Coloring Range In Javascript
pitommasi replied to pitommasi's topic in Using FusionMaps XT
let's say taht I have a map XML with the following color ranges defined: <colorRange> <color minValue='120000000' maxValue='250000000' color='ccfcfc' displayValue='over 120.000.000' /> <color minValue='100000001' maxValue='120000000' color='ffffaa' displayValue='100.000.001 - 120.000.000' /> <color minValue='50000001' maxValue='100000000' color='ffaaff' displayValue='50.000.001 - 100.000.000' /> <color minValue='30000001' maxValue='50000000' color='aaaaff' displayValue='30.000.001 - 50.000.000' /> <color minValue='10000001' maxValue='30000000' color='aaffaa' displayValue='10.000.001 - 30.000.000' /> <color minValue='5000001' maxValue='10000000' color='ffaaaa' displayValue='5.000.001 - 10.000.000' /> <color minValue='2000000' maxValue='5000000' color='ff8888' displayValue='2.000.000 - 5.000.000' /> <color minValue='1' maxValue='2000000' color='ff1111' displayValue='under 2.000.000' /> <color minValue='0' maxValue='0' color='A3551A' displayValue='' /> </colorRange> how can I read this at runtime in javascript? I want to compile a text list of colors, like: 'cb00fe' = over 120.000.000 'ffffaa' = 100.000.001 - 120.000.000 'ffaaff' = 50.000.001 - 100.000.000 'aaaaff' = 30.000.001 - 50.000.000 'daff4b' = 10.000.001 - 30.000.000 '5555ff' = 5.000.001 - 10.000.000 'ff8888' = 2.000.000 - 5.000.000 'ff1111' = under 2.000.000 '95FBE7' = 0 but, AT RUNTIME, as colors might change -
thanks, if you can please check them again, problems are not solved yet...
-
OK. As I wrote on the first message, the problem is that I CANNOT USE THE GUI, BECAUSE MARKERS SHOULD APPEAR ACCORDING TO SOME RUNTIME LOGIC! can you guys please read messages carefully before giving answers? so: problem still not solved and, to be honest, your answer is not entirely clear: is there (in your markers xmls) "at least" one marker for each country or there are some countries with no marker at all? thanks
-
cool... it works, the only thing is that I had to set also the map to not show labels, tooltips and everything that can still render entities visible... BUT! This does not solve my problem entirely. first because the entity is still there, so if I do something on rollover, I need to plan exceptions for every hidden entity and the space in the map is still visible... What if I wanted something like the following screenshot?
-
Here you are, but, normally, it should'n work like this: people have deadlines... To be honests, if the decision had been on me, I had changed platform. Luckily for you, it is not, so we are sticking with you... For now... Anyway, the links are: http://forum.fusionc...er-coordinates/ and http://forum.fusionc...-hide-entities/ Thanks in advance
-
Please, can anyone provide an answer to this question? Thanks
-
Please, can anyone provide an answer to this question? Thanks
-
"Is there anybody out there?"