|
POST
|
In the Using FeatureTable sample, when the user clicks the close button on the FeatureTable's header, the table collapses but the ContentPane that contains the table does not resize, making it pointless for the user to close the table because they do not gain any extra space for the map. I have a similar layout and need to know how to resize the content pane when the feature table is closed. I don't see any "table-close" event, so how do I resize the content pane when the user closes the table?
... View more
12-08-2015
02:39 PM
|
0
|
6
|
5471
|
|
POST
|
Just because the 4.0 beta 2 does not currently support KMLLayer does not necessarily mean that it is being removed. Perhaps someone at Esri can confirm whether KMLLayer has been removed or if it just hasn't been implemented in 4.0 yet.
... View more
12-01-2015
08:54 AM
|
0
|
0
|
2112
|
|
POST
|
I created a draw toolbar widget you may be able to use. WSDOT-GIS/arcgis-js-draw-ui · GitHub
... View more
11-16-2015
10:24 AM
|
0
|
1
|
3133
|
|
POST
|
The single path restriction is only if you are going to be using the SVG to create a SimpleMarkerSymbol via the SimpleMarkerSymbol.setPath function. (This would allow you style the symbol with a renderer based on features' attribute values.) If you plan on just using an SVG file as an image (i.e., a PictureMarkerSymbol), you shouldn't need to worry about that. It should work just like a PNG or GIF.
... View more
11-16-2015
10:18 AM
|
1
|
1
|
3950
|
|
POST
|
I use Inkscape when I create or edit SVG files. As a first step I would use Inkscape to draw something very simple that would only use a single path element. E.g. here's a star shape you could use: m 9.8301273,1037.5321 0.9174987,4.6051 4.313751,1.8549 -4.096229,2.2957 -0.431104,4.6758 -3.4491075,-3.1864 -4.5801885,1.0349 1.9645634,-4.2649 -2.3996077,-4.0362 4.6632743,0.5505 z If you can get that to work with ArcGIS Server (i.e., the symbols aren't omitted when printing to PDF or PNG), then you can use Inkscape to create modified copies of your own symbols that only use a single path element.
... View more
11-13-2015
09:03 AM
|
1
|
4
|
3950
|
|
POST
|
I haven't actually used SVGs as symbols in ArcGIS API for JavaScript, but it might be worth a try to see if using the SimpleMarkerSymbol.setPath method is compatible with exporting the map to PNG or PDF. (Note that you can only do this if your SVG symbols are made up of a single path, which may or may not be the case for your SVGs.)
... View more
11-10-2015
01:04 PM
|
1
|
6
|
3950
|
|
POST
|
In your tests, are you using an SVG path with SimpleMarkerSymbol.setPath or pointing to a separate SVG file's URL?
... View more
11-10-2015
10:32 AM
|
0
|
8
|
3950
|
|
POST
|
The sample HTML got messed up. I can't seem to put the HTML markup as a code block without the forum software converting it. The HTML links should have their class attributes set to "myinfowindowlink" in order to work with the CSS example I provided. (The "myinfowindowlink" can be changed to whatever name you want, as long as it is changed in both the HTML and CSS.)
... View more
11-10-2015
10:25 AM
|
1
|
1
|
2321
|
|
POST
|
You can hide the empty ones via CSS. <a href="" class="myinfowindowlink" >Empty Link</a>
<a href="http://example.com" class="myinfowindowlink">Example Link</a> a.myinfowindowlink[href=''] {
display: none;
}
... View more
11-09-2015
10:57 AM
|
1
|
2
|
2321
|
|
POST
|
The question was about when 4.0 Beta 2 will be released, though. Beta 2 isn't out yet.
... View more
10-27-2015
11:51 AM
|
0
|
0
|
2487
|
|
POST
|
It looks like Dojo 2 is still being developed at the moment. I can't speak for Esri, but I don't think they would switch to Dojo 2 until Dojo 2 is actually completed.
... View more
10-22-2015
09:47 AM
|
0
|
0
|
1443
|
|
POST
|
I have a layer list control that you might be able to use: WSDOT-GIS/arcgis-js-layer-list · GitHub
... View more
10-19-2015
09:22 AM
|
0
|
0
|
2014
|
|
POST
|
Esri hasn't implemented everything in 4.0beta yet. If they don't have it documented (as appears to be the case with ArcGISDynamicMapServiceLayer), then it hasn't been implemented yet.
... View more
10-05-2015
10:17 AM
|
1
|
0
|
1196
|
|
POST
|
Do you know what type of metadata is in the XML? If it is FGDC CDSGM, you can use the FGDC Plus Metadata Stylesheet. The example on this page shows how to link the XSLT from the XML document, so when the user opens the XML, it appears to them as an HTML document.
... View more
10-05-2015
10:13 AM
|
0
|
0
|
970
|
|
POST
|
Everything is done client-side, so the only requirement is a modern web browser.
... View more
10-02-2015
10:04 AM
|
0
|
0
|
2559
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-08-2025 08:56 AM | |
| 2 | 03-05-2024 05:10 PM | |
| 1 | 04-30-2013 08:23 AM | |
| 1 | 05-03-2022 09:45 AM | |
| 1 | 06-30-2015 10:55 AM |