How to turn on anti-aliasing on an image tiled layer obtained through REST MapServer/export

452
0
03-30-2018 01:32 AM
MarcEtcheverry
New Contributor

Here is a sample request:

curl -H 'Host: gisrevprxy.seattle.gov' -H 'Cookie: _ga=GA1.2.2038253137.1438151140' -H 'Accept: image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6' -H 'Accept-Language: en-us' -H 'DNT: 1' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' —compressed 'http://gisrevprxy.seattle.gov/ArcGIS/rest/services/SDOT_EXT/sdot_parking/MapServer/export?dpi=96&transparent=true&format=png8&layers=show%3A1%2C7%2C5%2C6%2C8%2C9&bbox=1269709.0806366669%2C229815.14997666667%2C1271497.6223033334%2C230722.44164333335&bboxSR=2926&imageSR=2926&size=1717%2C871&f=image'

Here is the returned image

1) Is there any way to turn on anti-aliasing on those lines through a REST request?

2) If not, is it possible to draw them myself given a data set from the REST API, is it possible to access it?

0 Kudos
0 Replies