POST
|
Hi there.. i have some problem with exporting my map to pdf.. its always stuck between 50 and 51%.. so i have done some googling and found this link https://support.esri.com/en/technical-article/000008853 but it said for ver 9.xx while im using 10.6 version.. i couldnt the "Normal.mxt" on my local app folder.. anyone know how to fix this? thanks
... View more
04-23-2019
07:57 AM
|
0
|
1
|
2009
|
POST
|
sent it to your email Mr Pattan.. thanks again for helping
... View more
04-09-2019
03:54 AM
|
0
|
0
|
1507
|
POST
|
Hi Imran Khan Pattan thanks for answer my question. im using arcgis ver 10.6 the map package will sent to your PM.. thanks
... View more
04-09-2019
03:19 AM
|
0
|
1
|
1507
|
POST
|
Hi all im using maplex engine for my labeling feature, when i see in the layout view i can see the label workd but when i export it to the pdf my label doesnt show up.. its only show my feature does anyone know how to fix this problem? thanks
... View more
04-08-2019
11:53 PM
|
0
|
4
|
1667
|
POST
|
Hi there i want to ask a questions.. So i have a problem when i tried to producing a map.. I have feature line on my data and i have put label on it.. I set my label on scale 1:1000 while my map is around 1:1000000 (full extent), After that it becomes like this (see attachment) after i zoomed the map to see if there are labels on it.. Do you know how to fix the size of the feature line? I set size of my line is 1 pt.. How make the featureline size constant? Thanks
... View more
03-25-2019
11:50 PM
|
0
|
1
|
790
|
POST
|
I did that, but i cant set the value from 0 to 100.. Because my smallest value is 94 something. If i do natural jerk and break into 10 classes they start at my smallest value..
... View more
11-30-2018
05:54 PM
|
0
|
1
|
1169
|
POST
|
Hi.. so i have line feature as base data. i want to add attribute table with the data similar with the attachment so far i know arcgis cant make merge cell in attribute field so i decide to make 3 columns in the table attribute (see attachment below). the values are in percentage.. so my questions is: if i want to set the symbology coloring using the range of percentage 0-100% using that data available is it possible to do? because when i tried to classify it using the symbology method, it only show the data which available in my case in my case it will show something like this.. i cant set the range to zero and divide the class into 10 classes (i want to divided by 10% to each class) i was try to converting the data to raster file but in the end it cant show the attribute table and the values gone crazy *extra question: is it possible in arcgis if we want to show the 2 fields symbology at the same time by using another field? my point in my case is if select "progress" field it will show the "plan" field and "constructed" field symbology at the same time im using arcGIS 10.2 desktop.. thanks for your help
... View more
11-29-2018
08:13 PM
|
0
|
3
|
1299
|
POST
|
I want to export it as a kmz Mr patterson.. So i have 2 different type of features, when i convert to kmz it cant convert both of them in the sampe kmz file..
... View more
11-05-2018
01:10 AM
|
0
|
1
|
772
|
POST
|
Hi.. i want to ask something.. is it possible to join/merge two or more different type of shapefile?? i want to join point feature class and polyline feature class.. but when i tried used the merge tool it said that the data is not equal.. is there anyway to do it? thanks
... View more
11-04-2018
11:00 PM
|
0
|
3
|
904
|
POST
|
Hi again.. sorry for asking so many questions i just found interest way working arcgis with python.. btw im new to this way of working so im sorry if the question sometime hard to understand.. so here is my question.. i have feature point data with 3 fields in table attribute (objectID, shape and sequence).. i want to add another field lets say called "name_sequence).. in the name_sequence field i want to add text which have format "x+yyy", ("x", "+", "yyy") in loop every 100, start with 0+000.. so it become like this 0+000, 0+100, 0+200, .... 0+900 the point after +900 it will add "x+1" so in data no 11 it'll show 1+000 after that they will have same sequence as i mention above.. furthermore, after i searching the code i found we can use range function and concat function to do that.. so i come with the code like this.. import arcpy
new_field = 'Seq_Name' #Change
fc = r'directory' #Change
arcpy.AddField_management(in_table=fc, field_name=new_field, field_type='TEXT')
for i = 1 to 10
a = i
b = i*100
srt_join = concat(srt(a),"+", srt(b))
end for i know it might be totally wrong code or it is not complete yet. so i want to know what should i add for this code? or do you have another way to do this without arcpy? and i want know new understanding about python's things.. for your understanding i attach the result of my data which i working in excel.. thanks for your time
... View more
10-27-2018
09:03 PM
|
0
|
4
|
1576
|
POST
|
Hi Mr Patterson, i tried your code last night, and its still show some error.. i write this in Pre-Logic script code: def func(!SHAPE_Length!):
""" parser"""
if !SHAPE_Length! < 50:
val = 'STA'
elif !SHAPE_Length! > 5000:
val = 'Center Line'
else:
val = 'Row'
return val and in below box i write this Name = func( !SHAPE_Length!) i keep get the error processing code.. where am i wrong?? thanks
... View more
10-26-2018
10:20 PM
|
0
|
1
|
6845
|
POST
|
thanks for your reply Mr Schwartz but i want to fill automatically and i just found using VBA script in field calculator with IF statements but i have another trouble with multiple IF statments i put this code in field calculator Dim Name if [SHAPE_Length] < 50 then Name = "A" elseif 50 < [SHAPE_Length] < 1000 then Name = "B" elseif [SHAPE_Length] > 1000 then Name = "C" end if but after it run, the result only take Name < 50 = A, Name >50 = B.. i think i put the wrong code
... View more
10-26-2018
08:40 AM
|
0
|
1
|
6845
|
POST
|
Hi.. i want ask a question about this.. see the attachment about my shp data.. so i have the shp attribute like in the attachment.. i want to fill the "name" field using the formula like: shape_length < 50 = A, 20 < Shape_length < 500 = B and shape_length > 500 = C.. is it possible to do that?? can someone help me to explain it? Thanks
... View more
10-26-2018
07:59 AM
|
0
|
7
|
7767
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|