Originally I created my KMZ file in ArcGIS 10.1 which included a latitude/longitude for some potential reclamation sites. In the end I have a a KMZ file when each placemark is clicked it pops up a information box that has a site description and a photo. The photos are currently stored online, I would like to get this KMZ file to contain the photos to make it easier for my web map to get published which uses ESRI's Javascript API to access the KMZ file. I have unzipped the KMZ file and attempted to change the absolute URL of the image to just the file name since all of the files are stored in the same directory. I then selected the KML file, the photo I tested this on, and my icon and zipped them, changed the file type from ZIP to KMZ and it does not work.
In the last step, try leaving them unzipped so the KML can access the image urls directly. The website accesses the KML and the KML points to the photo urls.
Related
I have multiple PDF media files in a Kentico 11 website which I have redirected to our new website where the updated media file documents now reside. We must keep these old media files on the original website due to various resources which reference these file links (which now redirect to the new site with the updated files).
I would like to exclude these old media files from being found through the universal website search on the original website.
The files need to remain on the original website for redirect purposes but want to exclude them from search.
Thank you for any help.
I assume the media files are stored in the Content Tree using (your own copy of) the CMS.File page type? You have to update your Search index to exclude this CMS.File page type or excluded a certain path. Kind of depends how you can identify these files.
Something like:
Path: /YourArchivedDocuments/%
Page types: CMS.File
This will exclude all CMS.File types that are located anywhere below the YourArchivedDocuments folder.
See more info about how to exclude on devenet:
https://docs.kentico.com/k11/configuring-kentico/setting-up-search-on-your-website/using-locally-stored-search-indexes/creating-local-search-indexes/defining-local-page-indexes#Defininglocalpageindexes-Addingexcludedcontent
If you have the media stored in the Media Library you probably have coded a Custom Search Index since Kentico won't index Media library files out of the box. So you would have to adjust your custom code.
I have tried to create a solution with SharpSVN to control the version of the file but I have not been successful so far, this issue is not an error that is occurring but rather a question as a way to find a solution. What do I need to know is how multiple users can work in the same Keyhole Markup Language (KML) file at the same time? Thanks.
KML is an XML file so for multiple users to edit and access the latest KML file, there are several possible solutions to consider.
Add the KML file to a shared repository (svn, git, etc.) to allow people to check in changes and update with changes made by others. You could post your KML file to a project on github.com.
Place the KML onto a shared network drive such as Google Drive and give read/write access to users as needed. Users can read or write the KML as needed and the changes will be accessible to other users.
Upload KML to a shared Google Fusion Table then allow users to edit/add the data. The data is then available to download as KML NetworkLink that auto-updates to the latest contents. Here are some tutorials using Google Fusion Tables.
i using TallComponents Web PdfViewer to viewing pdf file inside asp.net page
but all pdf file must be in some folder (called "basePath") and when i viewed them from other location it's copy to base path and viewed from here !
please help me how can view pdf file from original location ?
You can fix it by yourself because this project is in opensourse area codeplex link.
Check the FileSystemStorageProvider.cs
The goal: I am wanting to be able to search attachments' contents located on my google site via my site's search box. Attachments such as a google doc or google sheet's contents.
The problem: So I have a file cabinet on my google site which is populated with files from some folders in my google drive. If I search for a keyword in a document on my google site, the search returns with no results. If I do the exact same search in my google drive, I get the result I expected. Is there a way to enable this functionality in my google site?
I have not found a way for files loaded into the file cabinet via Google Drive to be searchable. However, if you upload files in their native format (.docx, .pdf, etc.) from your local disk they are parsed, indexed and then searchable.
I not possible to search a file into Cabinet , if you want a solution , you take this gadget.
https://docs.google.com/a/essilor.fr/document/d/1G9JiOOFT5VKYGITvrLdlv0pBnJM0rXdrruSd91zAcCM/edit
You have some data on your spreadsheet ( data , file , ... ) and This gadget show your data.
Simple and better if you want StringFilter and other Filters , and your file is on your drive.
I have a sharepoint document library where users upload files.
The allitems.aspx (the standard view) doesn't show correct icon for PDF and other files. Why is it so?
Also when users click on the document it doesn't open the file. For example clicking on a PDF document doesn't open using Acrobat reader even though it is installed on the server.
I even checked the file association by going to IE->Tools->Internet options->Set programs. The PDF is associated to acrobat reader.
Is there any other place to check?
Another issue is with the JPEG file. Within allitems.aspx it shows the image icon but when I click it tries to open using IE (which is fine) but doesn't load the image.
Are there any other settings? Please suggest. thanks.