[mapserver-users] How I get image high quality for print?

2012-04-28 Thread mmypost mmypost
Hi!

Sorry for my bad English.

I have a problem with image quality.
I create image by mapserver and then print it.
I set 300dpi resolution, but  some truetype symbols was not visible in image 
(if image 96 dpi or default resolution,then the truetype symbols is visible).
Some symbols has poor quality.
I attempted to create images with different size.
Can I to get   high quality image for print?

Version mapserver 6.2

Yours sincerely,
Sev
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Problem with patttern and GAP

2012-03-28 Thread mmypost mmypost
Hi
Sorry for my bad English.

I have a problem with use GAP and PATTERN .
I want to get symbol like symbol in the attach file.
But I can not  put triangle symbol(font1 truetype) and star symbol(font2 
truetype) in center elements of dashed line.
I can not find GAP value for triangle and star  symbols and PATTERN value for  
dashed line.
Can I to applay same PATTERN for  dashed line, triangle symbol and star symbol?

Version mapserver 5.6.6

Yours sincerely,
Sev<>___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] I have a problem with layerObj (mapscript C#), MapServer 6.0.1 (and 6.0.2)

2012-02-16 Thread mmypost mmypost
Hi
Sorry for my bad English.

I downloaded mapserver package 3.0.3 (then 3.0.4) from MS4W site .
My old code trying to get shapeObj by layerObj .getFeature.
But new mapscript not contains getFeature mathod (although new mapscript 
documentation contains layerObj .getFeature description ).
Can I to get shapeObj  by shape id in new mapscript?


Yours sincerely,
Sev

PS:
  layerObj.getResult(i) return resultObj now.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] complex label

2012-02-12 Thread mmypost mmypost
Hi
Sorry for my bad English.

Can I draw complex label as attachment file by mapserver?
I think I can draw the label if I  separate the label for 3 field and apply 
"offset" property, 
but may be  exists more standard path?

Yours sincerely,
Sev

Lbl.png
Description: Binary data
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Redraw only one layer

2012-02-10 Thread mmypost mmypost
Hi
Sorry for my bad English.

I use mapscript for .Net.
I have a some layers:
  layer1: off
  layer2: off
  layer3: on
  layer4: on
..
 layer_N: on
 
I turn on layer1 and mapserver very long time  redraw map.
I turn on layer2 and mapserver very long time  redraw map again.
I think, that mapserver redraw all layers every time.

How I can force mapserver(by mapscript) draw only one layer (layer1 or layer2) 
if extent not changed and other layers not changed.

Yours sincerely,
Sev

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] complex symbol

2012-02-05 Thread mmypost mmypost
Hi!

Sorry for my bad English.
Can I to create mapserver complex line symbols like attachments?
"Offset" and "Angle" to help create the lines for small part line without 
frequent turnings.
Mapserver version is 5.6.6.


Yours sincerely,
Sev


arbitrary_symbol.png
Description: Binary data


triangle.png
Description: Binary data
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] proj4js and Azimuthal Equidistant projection

2011-09-09 Thread mmypost mmypost
Нi!
Sorry for my bad English.

I  use proj4js library in my web project.
I have a problem with the use of method transform the library.

  Proj4js.defs["AEQP"] = "+proj=aeqd +lat_0=50 +lon_0=105 +ellps=WGS84 
+datum=WGS84 +zone=36 +units=m +north +no_defs";
  Proj4js.defs["EPSG:4236"] = "+proj=longlat +ellps=WGS84 +datum=WGS84 
+no_defs";

 var aeqp = new Proj4js.Proj("AEQP");
 var wgs =  new Proj4js.Proj("EPSG:4236");

 var p = new Proj4js.Point(-3601412.8999, 2529733.63814);

 Proj4js.transform(aeqp , wgs, p);

Point "p" have values x=37.4703 and y 55.6884 after  Proj4js.transform

If I use SWING library of mapscript for .Net (method pointObj.project()) with 
same values of point ( x=-3601412.8999 and y= 2529733.63814  ) the method 
pointObj.project() return point with values x=37.60263 and y=55.72719.
The difference in the values ​​of a few minutes! For Example: 37.4703 = 37grad 
and 28 min  and 37.60263 = 37grad and 36 min 
Please help solve this problem.
Maybe proj4js contains errors for Azimuthal Equidistant projection?
Are there any library similar to Proj4js?


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users