about 6 months ago - No comments
Below is a summary of how I was able to implement Mapserver, TileCache and Route-Me iPhone Mapping Framework. 1. Assuming you have a working Mapserver/TileCache setup. Take note of the ff parameters: resolution and bbox. Below is my tilecache.cfg: 61 [mapserver_australia_3857] 62 type=MapServerLayer 63 mapfile=/Users/rupert/projects/pelicancorp/DMOB/trunk/map/australia_3857.map 64 layers=all 65 extension=jpg 66 bbox=-20037508.34, -20037508.34, 20037508.34, 20037508.34 68
about 2 years ago - No comments
Just a quick note before I go home tonight… 1. Replace your current terminal with iTerm. 2. MarsEdit rocks! Ive been posting lazy and all but with this blog client at hand.. blog posting is easier. Way way better compared to ecto!! (IMHO).
about 2 years ago - No comments
We wanted to use a different font for mapserver which is Microsoft Yahei instead of zysong. Apparently, mapserver have some issues with path problems or with the ttf having more than one word as a font name. Thanks to Martin Hosken’s perl modules for fonts, we were able to rename the Microsoft Yahei TTF to
about 2 years ago - Comments Off
Navicat already produced some lite (free) versions for Postgres both for Windows and Mac. Browse over the feature matrix to find out which version works for you. Note that all versions allow you to edit the record which I can’t do in pgadmin3. A quick look at EMS on Windows (VMWare) is also a note
about 2 years ago - No comments
Just noticed that William of kyngchaos has updated the mapserver binary for MacOSX. But right now, I need to tile these images bought from GeoEye, so I need TIFF support. Below is a summary of getting Mapserver installed by source. Note that I have the necessary GEOS, GDAL from kyngchaos as well from this ealier
about 2 years ago - No comments
There is a problem with a “jpeg decoder” because Python Imaging Library (PIL) cannot find the jpeg libraries. Remember that we installed kyngchaos UnixIO libraries, therefore the PIL setup.py script should point to use those libraries. Actually, I even installed the jpegsrc manually. I believe there is no need to do this, since UnixIO Image
about 2 years ago - 1 comment
Ok so this post is a bit late as I saw it in my drafts, but better late than never. I did these even before I wrote the PostGres8.3/Postgis/pgRouting post. 1. Apache reference: http://httpd.apache.org/ ./configure –prefix=/usr/local/apache2 –with-m2m=prefork make sudo make install – To start on boot, download apache2startup.tar.gz and extract to your /Library/StartupItems/ 2. ColdFusion
about 2 years ago - No comments
References: http://developer.apple.com/internet/opensource/postgres.html http://www2.russbrooks.com:8080/2007/11/4/install-postgresql-on-mac-os-x-10-5-leopard Warning: Most of the packages listed below is installed by source. 1. Download the current postgres source. 8.3: $./configure –with-prefix=/usr/local/pgsql –with-python 8.4: $./configure –prefix=/usr/local/pgsql –with-python $make $sudo make install 2. Don’t delete the postgres folder. You might need this later on for future compilations. See pgadmin3 admin pack below. 3.
about 2 years ago - No comments
BEFORE: COMPAQ V3000 T2050 @ 1.60 GHz 2 GB MEMORY Windows XP SP2 Notebook AFTER: MacBook Pro 17″ 2.5 GHz Intel Core 2 Duo 4 GB 667 Mhz DDR2 Pros: Beautiful Clear Display. I have more room to do my development Very fast and reliable Unix Based. My new bestfriend is the terminal. Cons: No
about 2 years ago - No comments
I had a few problems with TileCache the other week which I am eager to blog about, since I knew for sure that later on, I might encounter the same. I don’t have the exact errors with me right now, so I’m jotting this down from my head… Classic Resolutions problem. Use extent_type=loose Can not
about 2 years ago
Note: When you use binary PROJ for MacOS the epsg file is found in:
/Library/Frameworks/PROJ.framework/Versions/4.6/Resources/proj/epsg